@cspell/cspell-pipe
Version:
Library to make working with Iterators/AsyncIterators easier.
4 lines • 450 B
TypeScript
export declare function opJoinStringsAsync(joinCharacter?: string): (iter: AsyncIterable<AsyncIterable<string> | Iterable<string>>) => AsyncIterable<string>;
export declare function opJoinStringsSync(joinCharacter?: string): (iter: Iterable<Iterable<string>>) => Iterable<string>;
export declare const opJoinStrings: (joinCharacter?: string) => import("../internalTypes.js").PipeFn<Iterable<string>, string>;
//# sourceMappingURL=joinStrings.d.ts.map