ccc-tnt-psd2ui/npm-packages/mac-v3.4.+/util-deprecate/node.js

7 lines
123 B
JavaScript
Raw Permalink Normal View History

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