1.1.0 • Published 4 years ago

@feizheng/next-session-storage v1.1.0

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

next-session-storage

SessionStorage based on next.

installation

npm install -S @feizheng/next-session-storage

usage

import NxSessionStorage from '@feizheng/next-session-storage';

const _session = new nx.SessionStorage('ts');
_session.set('myseesion1','svalue1');

console.log(_session.gets());