Searched defs:getOwnPropertyDescriptors (Results 1 – 2 of 2) sorted by relevance
50 …getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method
30 …getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method