forked from enviPath/enviPy
Current Dev State
This commit is contained in:
39
static/js/ketcher2/node_modules/globo/readme.md
generated
vendored
Normal file
39
static/js/ketcher2/node_modules/globo/readme.md
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
# globo [](https://travis-ci.org/bendrucker/globo)
|
||||
|
||||
> Turn module ids into global lookups that work in Node and the browser
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install --save globo
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
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](http://bendrucker.me)
|
||||
Reference in New Issue
Block a user