Skip to main content
Module

x/rambda/immutable.d.ts>chain

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

The method is also known as flatMap.

Parameters

fn: (n: T) => readonly U[]
list: readonly T[]

Returns

readonly U[]

Parameters

fn: (n: T) => readonly U[]

Returns

(list: readonly T[]) => readonly U[]