aswi2020vldc-gitlab/templetes/node_modules/util-deprecate/node.js @ 45073efd
1 |
|
---|---|
2 |
/**
|
3 |
* For Node.js, simply re-export the core `util.deprecate` function.
|
4 |
*/
|
5 |
|
6 |
module.exports = require('util').deprecate; |