1.0.12 • Published 5 months ago
@jswork/next-session-storage v1.0.12
next-session-storage
SessionStorage based on next.
installation
npm install -S @jswork/next-session-storageusage
import NxSessionStorage from '@jswork/next-session-storage';
const _session = new nx.SessionStorage('ts');
_session.set('myseesion1','svalue1');
console.log(_session.gets());license
Code released under the MIT license.