Object.getOwnPropertyDescriptors
Built-ins signatures
class Object {
static getOwnPropertyDescriptors(object: any): { [property: PropertyKey]: PropertyDescriptor };
}
Entry points
core-js/proposals/object-getownpropertydescriptors