UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

10 lines (9 loc) 190 B
import { head as head$1 } from "../../array/head.mjs"; //#region src/fp/array/head.ts function head() { return function(array) { return head$1(array); }; } //#endregion export { head };