Current section

Files

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

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

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