Skip to main content
Module

x/fae/mod.ts>take

A functional module for Deno inspired from Ramda.
Latest
variable take
import { take } from "https://deno.land/x/fae@v1.1.1/mod.ts";

Returns first n elements of the array or string.

Acts as a transducer if a transformer is given in list.

type

Take