import { last } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the last element of input
, as the input
can be either a string or an array.
import { last } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the last element of input
, as the input
can be either a string or an array.