summaryrefslogtreecommitdiff
path: root/build/internal/withoutIndex.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/internal/withoutIndex.js')
-rw-r--r--build/internal/withoutIndex.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/internal/withoutIndex.js b/build/internal/withoutIndex.js
deleted file mode 100644
index 7bc3771..0000000
--- a/build/internal/withoutIndex.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = _withoutIndex;
-function _withoutIndex(iterator) {
- return function (value, index, callback) {
- return iterator(value, callback);
- };
-}
-module.exports = exports['default']; \ No newline at end of file