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