1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-01-20 18:01:05 +00:00

7 lines
123 B
JavaScript
Raw Normal View History

2023-07-24 11:13:08 +08:00
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;