temp
This commit is contained in:
1
node_modules/ts-algebra/lib/utils/and.d.ts
generated
vendored
Normal file
1
node_modules/ts-algebra/lib/utils/and.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare type And<BOOL_A, BOOL_B> = BOOL_A extends true ? BOOL_B extends true ? true : false : false;
|
||||
Reference in New Issue
Block a user