Version 1
[yaffs-website] / node_modules / uncss / node_modules / form-data / node_modules / async / internal / withoutIndex.js
diff --git a/node_modules/uncss/node_modules/form-data/node_modules/async/internal/withoutIndex.js b/node_modules/uncss/node_modules/form-data/node_modules/async/internal/withoutIndex.js
new file mode 100644 (file)
index 0000000..2bd3579
--- /dev/null
@@ -0,0 +1,12 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+    value: true
+});
+exports.default = _withoutIndex;
+function _withoutIndex(iteratee) {
+    return function (value, index, callback) {
+        return iteratee(value, callback);
+    };
+}
+module.exports = exports["default"];
\ No newline at end of file