Files
vibn-api/node_modules/ts-algebra/lib/utils/unionPop.d.ts
2026-05-17 12:43:53 -07:00

3 lines
118 B
TypeScript

import type { UnionLast } from "./unionLast";
export declare type UnionPop<UNION> = Exclude<UNION, UnionLast<UNION>>;