Skip to main content
Module

x/rambda/index.d.ts>join

Faster and smaller alternative to Ramda
Go to Latest
function join
import { join } from "https://deno.land/x/rambda@v7.0.1/index.d.ts";

It returns a string of all list instances joined with a glue.

Parameters

glue: string
list: T[]

Returns

string

Parameters

glue: string

Returns

(list: T[]) => string