summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js b/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js
new file mode 100644
index 00000000..8b2a67bc
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/rangeStepRight.js
@@ -0,0 +1,5 @@
+var convert = require('./convert'),
+ func = convert('rangeStepRight', require('../rangeRight'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;