Binary Arithmetic Control Flow Graph Not Too Large

tsz is 1.8x faster 1298 lines 44 KB

Timing

tsz
317.10ms
tsgo
557.92ms

Files

type Fixture<T> = {
  [K in keyof T]: T[K] extends string
    ? K
    : never;
};