Skip to main content
Module

x/fae/take.ts>take

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

Returns first n elements of the array or string.

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

type

Take