1.0.10 • Published 2 years ago

@jswork/next-session-storage v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

next-session-storage

SessionStorage based on next.

version license size download

installation

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

usage

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.