Skip to main content
Module

x/ramda/source/index.js>tail

:ram: Practical functional Javascript
Latest
variable tail
import { tail } from "https://deno.land/x/ramda@v0.27.2/source/index.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.