Current section

Files

Jump to
spellweaver priv bun node_modules @cspell cspell-pipe dist operators flatten.d.ts
Raw

priv/bun/node_modules/@cspell/cspell-pipe/dist/operators/flatten.d.ts

export declare function opFlattenAsync<T>(): (iter: AsyncIterable<AsyncIterable<T> | Iterable<T>>) => AsyncIterable<T>;
export declare function opFlattenSync<T>(): (iter: Iterable<Iterable<T>>) => Iterable<T>;
export declare const opFlatten: <T>() => import("../internalTypes.js").PipeFn<Iterable<T>, T>;
//# sourceMappingURL=flatten.d.ts.map