provider/node_modules/process
Nik Dement'ev b2743b6469
fix: update lint
2020-11-06 14:38:38 +03:00
..
LICENSE fix: update lint 2020-11-06 14:38:38 +03:00
README.md fix: update lint 2020-11-06 14:38:38 +03:00
browser.js fix: update lint 2020-11-06 14:38:38 +03:00
index.js fix: update lint 2020-11-06 14:38:38 +03:00
package.json fix: update lint 2020-11-06 14:38:38 +03:00

README.md

process

require('process'); just like any other module.

Works in node.js and browsers via the browser.js shim provided with the module.

package manager notes

If you are writing a bundler to package modules for client side use, make sure you use the browser field hint in package.json.

See https://gist.github.com/4339901 for details.

The browserify module will properly handle this field when bundling your files.