@alme-es/session-ts

Typescript Alme Session Lib

Usage no npm install needed!

<script type="module">
  import almeEsSessionTs from 'https://cdn.skypack.dev/@alme-es/session-ts';
</script>

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