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.
16 lines
409 B
16 lines
409 B
5 years ago
|
# 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.
|