effect-io-ai

Package: effect
Module: Chunk

Chunk.join

Joins the elements together with “sep” in the middle.

Signature

declare const join: { (sep: string): (self: Chunk<string>) => string; (self: Chunk<string>, sep: string): string; }

Source

Since v2.0.0