Skip to main content
Module

x/ramda/mod.ts>head

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

Returns the first element of the given list or string. In some libraries this function is named first.