Skip to content

remarkablemark/glbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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