global-value
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

global-value

Installation:

npm install global-value

Usage

const gv = require('global-value');
 
gv.set('image', {
    src: 'xxx',
    time: 'xxx',
});
 
gv.get('image.src');

Package Sidebar

Install

npm i global-value

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

30.4 MB

Total Files

6994

Last publish

Collaborators

  • lizhooh