@jswork/next-session-storage

1.0.10 • Public • Published

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.

/@jswork/next-session-storage/

    Package Sidebar

    Install

    npm i @jswork/next-session-storage

    Homepage

    js.work

    Weekly Downloads

    8

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    5.28 kB

    Total Files

    6

    Last publish

    Collaborators

    • afeiship
    • yujiao.luo