parsec-utils

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i parsec-utils

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • hqwlkj