Searched defs:Example4 (Results 1 – 3 of 3) sorted by relevance
25 type Example4<T extends string, U extends string> = (Record<T, any> & Record<U, any>); alias26 type Result4 = keyof Example4<'x', 'y'>; // "x" | "y" alias
230 var Example4; variable231 (function (Example4) { argument
48 namespace Example4 { namespace