README
NIT Session Lib
This module provides Alme session data.
Features
- Provides Typescript implementation of Alme Session data
Installation
yarn
Add this module to the dependencies section of your package.json
{
"dependencies": {
"@alme-es/session-ts": "^0.0.0"
}
}
Then, run the following command:
yarn install