Package: effect Module: Chunk
effect
Chunk
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