Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api/types/index.ts>DropLast

Package publishing for deno.land/x/polkadot
Go to Latest
type alias DropLast
Re-export
import { type DropLast } from "https://deno.land/x/polkadot@0.2.39/api/types/index.ts";

Type Parameters

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