iterator-next-callback
Advanced tools
+3
-3
| { | ||
| "name": "iterator-next-callback", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Calls async iterator next using a callback format", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
| "format": "biome check --write --unsafe", | ||
| "test": "tsds test:node --no-timeouts", | ||
| "test:engines": "nvu engines npm test", | ||
| "test": "mocha --no-timeouts test/**/*.test.*", | ||
| "test:engines": "nvu engines tsds test:node --no-timeouts", | ||
| "version": "tsds version" | ||
@@ -39,0 +39,0 @@ }, |
11717
0.24%