Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2bd35796a6b8a964ea3fcac8630a4e2f4464d872
[aai/esr-gui.git]
/
1
"use strict";
2
3
Object.defineProperty(exports, "__esModule", {
4
value: true
5
});
6
exports.default = _withoutIndex;
7
function _withoutIndex(iteratee) {
8
return function (value, index, callback) {
9
return iteratee(value, callback);
10
};
11
}
12
module.exports = exports["default"];