KeepTI

Signature

export type KeepTI<T, U> = {    [P in keyof T as U extends T[P] ? P : never]: U extends T[P] ? T[P] : never;};

Members

This export does not declare public properties or methods in the generated declaration file.