Skip to main content

Object.fromEntries

Less than 1 minutefeaturees-proposalmissing-example

Object.fromEntriesopen in new window

Types

interface ObjectConstructor {
  fromEntries<T = any>(
    iterable: Iterable<[PropertyKey, T]>
  ): { [k: string]: T };
}

Entry points

core-js/proposals/object-from-entries