Skip to main content
Module

x/ramda/source/head.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/head.js";

Variables

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