GWES Knowledge Base Help

Installation

You can install the entire EASjs library by running:

cd my-project npm install @globaleas/easjs

You can also include EASjs in your node.js project by adding it into your package.json file:

"dependencies": { "@globaleas/easjs": "^0.2.0" }
Last modified: 29 January 2025