Privacy Type Parameter Of Function Decl File

tsz is 4.8x faster 440 lines 14 KB

Timing

tsz
111.57ms
tsgo
530.07ms

Files

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