Binary Arithmetic Control Flow Graph Not Too Large
tsz is 1.8x faster 1298 lines 44 KB
Timing
Files
type Fixture<T> = {
[K in keyof T]: T[K] extends string
? K
: never;
};
tsz is 1.8x faster 1298 lines 44 KB
type Fixture<T> = {
[K in keyof T]: T[K] extends string
? K
: never;
};