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 9532472ff6
Use ~ ranges like before
7 years ago
support fix util.isBuffer to work in browserify 3.x 11 years ago
test fix running node tests on 0.10 7 years ago
.airtap.yml Switch zuul → airtap, change browser tests to tape 7 years ago
.gitignore add gitignore 11 years ago
.travis.yml Switch zuul → airtap, change browser tests to tape 7 years ago
LICENSE add license 11 years ago
README.md Add note about browser support 11 years ago
package.json Use ~ ranges like before 7 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.