Home
last modified time | relevance | path

Searched defs:MatchingKeys (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts160 type MatchingKeys<T, U, K extends keyof T = keyof T> = alias
/third_party/typescript/src/compiler/
Dtypes.ts7 …export type MatchingKeys<TRecord, TMatch, K extends keyof TRecord = keyof TRecord> = K extends (TR… alias