From 18c96ab6926658d6707f1f3be935078f1cb08411 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 21:53:45 +0100 Subject: node modules --- node_modules/async/internal/withoutIndex.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 node_modules/async/internal/withoutIndex.js (limited to 'node_modules/async/internal/withoutIndex.js') diff --git a/node_modules/async/internal/withoutIndex.js b/node_modules/async/internal/withoutIndex.js deleted file mode 100644 index 2bd35796a..000000000 --- a/node_modules/async/internal/withoutIndex.js +++ /dev/null @@ -1,12 +0,0 @@ -"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 -- cgit v1.2.3