1.0.0 • Published 3 years ago

@jswork/next-abstract-expired-storage v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

next-abstract-expired-storage

Abstract storage with expiration time.

version license size download

installation

npm install -S @jswork/next-abstract-expired-storage

apis

apiparamsdescription
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.