UNPKG

123 BJavaScriptView Raw
1
2/**
3 * For Node.js, simply re-export the core `util.deprecate` function.
4 */
5
6module.exports = require('util').deprecate;