Skip to main content
Module

x/fae/head.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/head.ts";

Variables

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