tasq/node_modules/ts-algebra/lib/utils/unionPop.d.ts

3 lines
118 B
TypeScript

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