parsec-utils
v1.0.4
Published
Chongqing second gap Technology Co., Ltd. JS NPM Kit
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-utilsContributors
- Yanghc
- [email protected]
