Skip to main content
Version: v0.0.4

Installation

@cosyte/terminology is a zero-dependency TypeScript package for Node.js. It ships dual ESM + CJS builds with per-condition type declarations, so it works from either module system without configuration.

Status: pre-alpha (0.0.x), published on npm. The command below installs the real package.

Prerequisites

  • Node.js >= 22 (the whole @cosyte/* suite targets ES2023 / Node 22+).
  • A package manager - pnpm, npm, or yarn.

Install

npm install @cosyte/terminology

Smoke test

Confirm the package resolves and its version symbol is present:

import { VERSION } from "@cosyte/terminology";

console.log(VERSION);

If that prints a version string, the install is good - head to the Quickstart.