import { head } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the first element of list or string input
. It returns undefined
if array has length of 0.
import { head } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the first element of list or string input
. It returns undefined
if array has length of 0.