index.js 184 B

123456
  1. // Common interface to utility methods, exposing the standard `util` core module
  2. var util = module.exports = require('util');
  3. // and augmenting it
  4. util.extend = require('./extend');