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 2c65d292ba
Merge pull request #25 from defunctzombie/promisify-callbackify
6 years ago
support fix util.isBuffer to work in browserify 3.x 11 years ago
test Add browser `util.promisify` and `util.callbackify` tests 6 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 Add `util.callbackify` 6 years ago
util.js Polyfill getOwnPropertyDescriptors 6 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.