summaryrefslogblamecommitdiff
path: root/node_modules/util-deprecate/node.js
blob: 5e6fcff5ddd3fbf8bdda6310c224114d30b7509e (plain) (tree)
1
2
3
4
5
6





                                                                    

/**
 * For Node.js, simply re-export the core `util.deprecate` function.
 */

module.exports = require('util').deprecate;