Skip to main content
Module

x/fae/aperture.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/aperture.ts";

Variables

Returns a new list, composed of n-tuples of consecutive elements. If n is greater than the length of the list, an empty list is returned.