Skip to main content
Module

x/ramda/mod.ts>take

:ram: Practical functional Javascript
Latest
variable take
import { take } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns the first n elements of the given list, string, or transducer/transformer (or object with a take method).

Dispatches to the take method of the second argument, if present.