You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
239 B

  1. # global
  2. Returns a reference to the `global` object
  3. ## Installation
  4. Install with [component(1)](http://component.io):
  5. $ component install component/global
  6. ## API
  7. ``` js
  8. var global = require('global');
  9. ```
  10. ## License
  11. MIT