Files: 1f9a3fcaa6f6fa4a3ad0a219f6df1a476588f6d5 / node_modules / util-deprecate / node.js
123 bytesRaw
1 | |
2 | /** |
3 | * For Node.js, simply re-export the core `util.deprecate` function. |
4 | */ |
5 | |
6 | module.exports = require('util').deprecate; |
7 |
Built with git-ssb-web