Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

join

import { join } from "https://garn.io/ts/v0.0.20/internal/interpolatedString.ts";
function join<T>(arr: Array<T>, joiner: string): InterpolatedString<T>;
§
join<T>(arr: Array<T>, joiner: string): InterpolatedString<T>
[src]

§Type Parameters

§Parameters

§
arr: Array<T>
[src]
§
joiner: string
[src]