index.js 184 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 // Common interface to utility methods, exposing the standard `util` core module var util = module.exports = require('util'); // and augmenting it util.extend = require('./extend');