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.
 
Renée Kooi d759c8c4ae
Merge pull request #18 from bdjnk/patch-1
7 years ago
support fix util.isBuffer to work in browserify 3.x 11 years ago
test add tests for util.isBuffer 11 years ago
.gitignore add gitignore 11 years ago
.travis.yml add sauce username and pass env vars to travis 11 years ago
.zuul.yml add readme 11 years ago
LICENSE add license 11 years ago
README.md Add note about browser support 11 years ago
package.json Use the latest minor version of inherits 8 years ago
util.js fix util.inspect(new Error(..)) for IE 11 years ago

README.md

util

Build Status

node.js util module as a module

install via npm

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.