next-session-storage
SessionStorage based on next.
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.