Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Tail
import { type Tail } from "https://deno.land/x/gamla@91.0.0/src/typing.ts";

Type Parameters

L extends unknown[]
definition: L extends readonly [unknown, ...infer LTail] ? LTail : L