@jswork/next-abstract-expired-storage
v1.0.0
Published
Abstract storage with expiration time.
Downloads
3
Readme
next-abstract-expired-storage
Abstract storage with expiration time.
installation
npm install -S @jswork/next-abstract-expired-storage
apis
| api | params | description | |-----|--------|---------------| | get | - | desc balabala |
usage
import NxAbstractExpiredStorage from '@jswork/next-abstract-expired-storage';
import NxLocalStorage from '@jswork/next-local-storage';
const engine = new NxLocalStorage('abc');
// code goes here:
license
Code released under the MIT license.