README.md (409B)
1 # 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.