返回
Warning: You may not have write permissions to the file; saving may fail.
/** * For Node.js, simply re-export the core `util.deprecate` function. */ module.exports = require('util').deprecate;
保存