noNever<T>: identity<{ [ k in noNeverKeys<T>]: k extends keyof T ? T[k] : never }>

Type Parameters

Type Parameters

Generated using TypeDoc