1
0
Fork 0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-03-14 02:13:39 +01:00
gradle-build-action/node_modules/util-deprecate/node.js
2019-09-21 16:11:55 +02:00

6 lines
123 B
JavaScript

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