Skip to main content
Module

x/ramda/source/drop.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/drop.js";

Variables

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