Latest
function default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/initial.js";

Gets all but the last element of array.

Examples

_.initial([1, 2, 3]); // => [1, 2]

Parameters

array

The array to query.