Skip to main content
Module

x/rambda/files/index.d.ts>tail

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

Type Parameters

T extends unknown[]

Returns

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

Parameters

input: string

Returns

string