Skip to main content
Module

x/ramda/mod.ts>drop

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

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

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