UNPKG

typia

Version:

Superfast runtime validators with only one line

4 lines (3 loc) 156 B
export type SpecialFields<Instance extends object, Target> = { [P in keyof Instance]: Instance[P] extends Target ? P : never; }[keyof Instance & string];