@alme-es/session-ts
v0.1.3
Published
Typescript Alme Session Lib
Readme
NIT Session Lib
This module provides Alme session data.
Features
- [x] 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