Files
tasq/node_modules/ts-algebra/lib/utils/unionPop.d.ts
T
2026-04-09 19:01:53 +08:00

3 lines
118 B
TypeScript

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