Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DdecoratorsOnComputedProperties.js2 function x(o: object, k: PropertyKey) { }
/third_party/typescript/lib/
Dlib.es5.d.ts107 declare type PropertyKey = string | number | symbol; alias
/third_party/typescript/src/lib/
Des5.d.ts87 declare type PropertyKey = string | number | symbol; alias