Returns an object using the given entries. Works like Object.fromEntries but with type handling and better performance.
Object.fromEntries
The entries from which to form the object.
Returns an object using the given entries. Works like
Object.fromEntriesbut with type handling and better performance.