joinCopyimport { 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§T[src]§Parameters§arr: Array<T>[src]§joiner: string[src]§Return Type§InterpolatedString<T>[src]