fast-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
2 lines (1 loc) • 304 B
TypeScript
export declare const combineAsync: <T, U>(this: import("augmentative-iterable").AnyIterable<T>, iterable: import("augmentative-iterable").AnyIterable<U>, keyA?: import("augmentative-iterable").Mapper<T, unknown> | undefined, keyB?: import("augmentative-iterable").Mapper<U, unknown> | undefined) => any;