Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easyts/internal/decorator.ts>ClassForEach#join

js library written with ts, use select and chan like golang in js.
Latest
method ClassForEach.prototype.join
import { ClassForEach } from "https://deno.land/x/easyts@0.1.2/internal/decorator.ts";

Adds all the elements of an container into a string, separated by the specified separator string.

Parameters

optional
separator: string

A string used to separate one element of the container from the next in the resulting string. If omitted, the array elements are separated with a comma.

optional
callback: MapCallback<T, TO>
optional
reverse: boolean

If true, traverse the container in reverse order

Returns

string