diff options
Diffstat (limited to 'node_modules/util/README.md')
-rw-r--r-- | node_modules/util/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/node_modules/util/README.md b/node_modules/util/README.md new file mode 100644 index 000000000..1c473d2cf --- /dev/null +++ b/node_modules/util/README.md @@ -0,0 +1,15 @@ +# util + +[](https://travis-ci.org/defunctzombie/node-util) + +node.js [util](http://nodejs.org/api/util.html) module as a module + +## install via [npm](npmjs.org) + +```shell +npm install util +``` + +## browser support + +This module also works in modern browsers. If you need legacy browser support you will need to polyfill ES5 features. |