UNPKG

453 BMarkdownView Raw
1# process
2
3```require('process');``` just like any other module.
4
5Works in node.js and browsers via the browser.js shim provided with the module.
6
7## package manager notes
8
9If you are writing a bundler to package modules for client side use, make sure you use the ```browser``` field hint in package.json.
10
11See https://gist.github.com/4339901 for details.
12
13The [script](https://github.com/shtylman/node-script) module will properly handle this field.
14
15
16
\No newline at end of file