Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dlib.es2017.object.d.ts50getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method
/third_party/typescript/src/lib/
Des2017.object.d.ts30getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method