import { dropLast } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";
It returns howMany
items dropped from the end of list or string input
.
Parameters
input: readonly T[]
import { dropLast } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";
It returns howMany
items dropped from the end of list or string input
.