aboutsummaryrefslogtreecommitdiff
path: root/node_modules/util-deprecate/node.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/util-deprecate/node.js')
-rw-r--r--node_modules/util-deprecate/node.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/util-deprecate/node.js b/node_modules/util-deprecate/node.js
new file mode 100644
index 0000000..5e6fcff
--- /dev/null
+++ b/node_modules/util-deprecate/node.js
@@ -0,0 +1,6 @@
+
+/**
+ * For Node.js, simply re-export the core `util.deprecate` function.
+ */
+
+module.exports = require('util').deprecate;