1.1.0 • Published 10 years ago
globo v1.1.0
globo 
Turn module ids into global lookups that work in Node and the browser
Install
$ npm install --save globoUsage
var globalize = require('globo');
globo('_');
//=> (typeof window !== "undefined" ? window._ : typeof global !== "undefined" ? global._ : null)API
globo(id) -> string
id
Required
Type: string
A module id.

License
MIT © Ben Drucker