Searched defs:Example3 (Results 1 – 3 of 3) sorted by relevance
22 type Example3<T extends string> = keyof (Record<T, any>); alias
222 var Example3; variable223 (function (Example3) { argument
33 namespace Example3 { namespace