Skip to main content
Module

x/ramda/source/tail.js>default

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

Returns all but the first element of the given list or string (or object with a tail method).

Dispatches to the slice method of the first argument, if present.