Object.getOwnPropertyDescriptors

Specification
Proposal repo

Built-ins signatures

class Object {
  static getOwnPropertyDescriptors(object: any): { [property: PropertyKey]: PropertyDescriptor };
}

Entry points

core-js/proposals/object-getownpropertydescriptors

TypeScript type definitions

@core-js/types/proposals/object-get-own-property-descriptors