temp
This commit is contained in:
2
node_modules/ts-algebra/lib/utils/unionLast.d.ts
generated
vendored
Normal file
2
node_modules/ts-algebra/lib/utils/unionLast.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { IntersectUnion } from "./intersectUnion";
|
||||
export declare type UnionLast<UNION> = IntersectUnion<UNION extends unknown ? (x: UNION) => void : never> extends (x: infer LAST) => void ? LAST : never;
|
||||
Reference in New Issue
Block a user