glbl

0.0.1 • Public • Published

glbl

NPM

NPM version Build Status Coverage Status

A module that is simply a reference to an object.

Install

$ npm install glbl

Usage

var obj = require('glbl');
obj.key = 'value';
console.log(obj); // { key: 'value' }

Testing

$ npm test
$ npm run lint

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i glbl

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • remarkablemark