import { last } from "https://deno.land/x/rambda@9.2.1/mod.ts";
It returns the last element of input
, as the input
can be either a string or an array.
import { last } from "https://deno.land/x/rambda@9.2.1/mod.ts";
It returns the last element of input
, as the input
can be either a string or an array.