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

x/rambda/index.d.ts>concat

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

It returns a new string or array, which is the result of merging x and y.

Parameters

x: T[]
y: T[]

Parameters

x: string
y: string

Returns

string

Parameters

x: string

Returns

(y: string) => string