aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-generator/node_modules/lodash/_castRest.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-generator/node_modules/lodash/_castRest.js')
-rw-r--r--node_modules/babel-generator/node_modules/lodash/_castRest.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/babel-generator/node_modules/lodash/_castRest.js b/node_modules/babel-generator/node_modules/lodash/_castRest.js
deleted file mode 100644
index 213c66f19..000000000
--- a/node_modules/babel-generator/node_modules/lodash/_castRest.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var baseRest = require('./_baseRest');
-
-/**
- * A `baseRest` alias which can be replaced with `identity` by module
- * replacement plugins.
- *
- * @private
- * @type {Function}
- * @param {Function} func The function to apply a rest parameter to.
- * @returns {Function} Returns the new function.
- */
-var castRest = baseRest;
-
-module.exports = castRest;