Skip to content

Installation

isa4js is a runtime-agnostic library that can be installed using any modern JavaScript/TypeScript package manager.

Install the package into your project’s dependencies using your preferred tool:

Terminal window
pnpm add isa4js
# or
npm add isa4js
# or
yarn add isa4js
  • Runtime Support: Works out-of-the-box in Node.js, Bun, and modern web browsers.
  • Module System: Distributed natively as an ESM module (import/export).