Skip to main content

Object.getOwnPropertyDescriptors

Less than 1 minutefeaturees-proposalmissing-example

Object.getOwnPropertyDescriptorsopen in new window

Types

interface ObjectConstructor {
  getOwnPropertyDescriptors(object: any): {
    [property: PropertyKey]: PropertyDescriptor;
  };
}

Entry points

core-js/proposals/object-getownpropertydescriptors