parsec-utils
v1.0.4
Published
Chongqing second gap Technology Co., Ltd. JS NPM Kit
Downloads
4
Readme
parsec
Chongqing second gap Technology Co., Ltd. JS NPM Kit.
Usage Example
import { SS } from 'parsec-utils';
function test(){
//set
SS.set('key','value');
//get
var info = SS.get('key');
console.log(info);
}
Installation
npm install parsec-utils
Contributors
- Yanghc
- [email protected]