Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DcomputedTypesKeyofNoIndexSignatureType.ts16 type WithoutIndex = OmitIndex<WithIndex, string>; // { foo: "hello"; bar: "world"; } … alias
20 type WithoutIndexKey = keyof WithoutIndex; // number <-- Expected: "foo" | "bar" alias