source:
frontend/node_modules/util-deprecate/node.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 123 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
