function defaultimport { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/last.js"; default(array)Gets the last element of array. Examples_.last([1, 2, 3]); // => 3 ParametersarrayThe array to query.