Skip to main content
Module

x/ramda/source/index.js>drop

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

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.