emwanwei163
Results
1
comments of
emwanwei163
interface Example { a: string; b: string | number; c: () => void; d: {}; } type CondKeys = {[P in keyof T]: T[P] extends Cond ? P : never}[keyof...