parsec-ss
v0.0.2
Published
SS is the abbreviation of sessionStorage.
Downloads
9
Readme
SS
SS is the abbreviation of sessionStorage.
Example
import SS from 'parsec-ss';
//set
SS.set('key','value');
//get
var info = SS.get('key');
console.log(info);
Installation
npm install parsec-ss --save
Contributors
- Yanghc
- hqwlkj@outlook.com