0.0.1 • Published 11 years ago

expand-util v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

expand-util

expand-util is expanded the utility of the Node.js

Build Status NPM version

util.format('%s', 'foo');    // Original API
util.isJSON'{"aaa":"bbb"}'); // Expand API

How to use

Install it with NPM or add it to your package.json:

$ npm install expand-util

Then:

var util = require('expand-util');
0.0.1

11 years ago