npm.io
1.1.0 • Published 11 years ago

globo

Licence
MIT
Version
1.1.0
Deps
3
Vulns
0
Weekly
0
Stars
1

globo Build Status

Turn module ids into global lookups that work in Node and the browser

Install

$ npm install --save globo

Usage

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.

globo

License

MIT Ben Drucker

Keywords