Skip to main content
Module

x/rambda/index.d.ts>init

Faster and smaller alternative to Ramda
Latest
function init
import { init } from "https://deno.land/x/rambda@v9.2.0/index.d.ts";

It returns all but the last element of list or string input.

Type Parameters

T extends unknown[]

Returns

T extends readonly [...infer U, any] ? U : [...T]

Parameters

input: string

Returns

string