mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
7 lines
123 B
JavaScript
Vendored
7 lines
123 B
JavaScript
Vendored
|
|
/**
|
|
* For Node.js, simply re-export the core `util.deprecate` function.
|
|
*/
|
|
|
|
module.exports = require('util').deprecate;
|