We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for-each
foreach
1 parent 8d657d0 commit 748a78dCopy full SHA for 748a78d
2 files changed
package.json
@@ -59,7 +59,7 @@
59
"covert": "^1.1.1",
60
"eslint": "=8.8.0",
61
"evalmd": "^0.0.19",
62
- "foreach": "^2.0.5",
+ "for-each": "^0.3.3",
63
"has-strict-mode": "^1.0.1",
64
"nyc": "^10.3.2",
65
"object-inspect": "^1.12.0",
test/tests.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
var inspect = require('object-inspect');
4
-var forEach = require('foreach');
+var forEach = require('for-each');
5
6
module.exports = function (flatMap, t) {
7
t.test('callback function', function (st) {
0 commit comments