source:
trip-planner-front/node_modules/util-deprecate/node.js@
76712b2
Last change on this file since 76712b2 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | |
2 | /** |
3 | * For Node.js, simply re-export the core `util.deprecate` function. |
4 | */ |
5 | |
6 | module.exports = require('util').deprecate; |
Note:
See TracBrowser
for help on using the repository browser.