Module

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

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

Type Parameters

T extends unknown[]

Returns

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

Parameters

input: string

Returns

string