parsec-ss

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i parsec-ss

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • hqwlkj