Skip to main content
Module

x/rambda/immutable.d.ts>init

Faster and smaller alternative to Ramda
Go to Latest
function init
import { init } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

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

Parameters

input: readonly T[]

Returns

readonly T[]

Parameters

input: string

Returns

string