1
0
mirror of https://github.com/bnmgh1/NodeSandbox.git synced 2025-04-23 03:44:25 +08:00
Your Name 056619c27f null
2024-03-15 14:39:48 +08:00

7 lines
123 B
JavaScript

/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;