Skip to main content
Module

x/ramda/source/index.js>head

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

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