Installation
isa4js is a runtime-agnostic library that can be installed using any modern JavaScript/TypeScript package manager.
Package Manager Installation
Section titled “Package Manager Installation”Install the package into your project’s dependencies using your preferred tool:
pnpm add isa4js# ornpm add isa4js# oryarn add isa4jsRequirements
Section titled “Requirements”- 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).