Object.fromEntries
Less than 1 minute
Object.fromEntries
Types
interface ObjectConstructor {
fromEntries<T = any>(
iterable: Iterable<[PropertyKey, T]>
): { [k: string]: T };
}
Entry points
core-js/proposals/object-from-entries