source: trip-planner-front/node_modules/util-deprecate/node.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 123 bytes
Line 
1
2/**
3 * For Node.js, simply re-export the core `util.deprecate` function.
4 */
5
6module.exports = require('util').deprecate;
Note: See TracBrowser for help on using the repository browser.