dockerized_openAger/nodered/rootfs/data/node_modules/util-deprecate/node.js
2020-10-17 18:42:50 +02:00

7 lines
123 B
JavaScript

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