1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-04 06:46:48 +08:00

7 lines
123 B
JavaScript
Raw Normal View History

2019-06-26 21:12:00 -04:00
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;