chat-server/node_modules/util-deprecate/node.js

7 lines
123 B
JavaScript
Raw Permalink Normal View History

2019-04-10 13:07:31 +10:00
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;