aswi2020vldc-gitlab/templetes/node_modules/util/README.md @ 3a515b92
1 | 3a515b92 | cagy | # util
|
---|---|---|---|
2 | |||
3 | [![Build Status](https://travis-ci.org/defunctzombie/node-util.png?branch=master)](https://travis-ci.org/defunctzombie/node-util) |
||
4 | |||
5 | node.js [util](http://nodejs.org/api/util.html) module as a module |
||
6 | |||
7 | ## install via [npm](npmjs.org)
|
||
8 | |||
9 | ```shell |
||
10 | npm install util
|
||
11 | ```
|
||
12 | |||
13 | ## browser support
|
||
14 | |||
15 | This module also works in modern browsers. If you need legacy browser support you will need to polyfill ES5 features. |