temp
This commit is contained in:
2
node_modules/ts-algebra/lib/utils/unionPop.d.ts
generated
vendored
Normal file
2
node_modules/ts-algebra/lib/utils/unionPop.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { UnionLast } from "./unionLast";
|
||||
export declare type UnionPop<UNION> = Exclude<UNION, UnionLast<UNION>>;
|
||||
Reference in New Issue
Block a user