UNPKG

async-collection-utils

Version:

A well tested and typed collection of map, forEach, reduce, filter etc. utility functions supporting arrays, sets, maps, plain objects, iterators in both async and synchronous versions.

12 lines (11 loc) 243 B
{ "compilerOptions": { "lib": ["ESNext"], "esModuleInterop": true, "noErrorTruncation": true, "module": "NodeNext", "moduleResolution": "NodeNext", "strictFunctionTypes": false, "types": ["vitest/globals"] }, }