pages/node_modules/util-deprecate/node.js
git_repo_user 0a38b60f32 first commit
2025-08-29 21:42:23 +00:00

6 lines
123 B
JavaScript

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