Returns an object created from an array of key-value tuples. (Note: This is just a typed wrapper around the native Object.fromEntries method)
Type of the keys that composed the source.
source
Type of the values that composed the source.
an iterable object that contains key-value entries for properties and methods.
The object created from key-values entries.
Generated using TypeDoc
Returns an object created from an array of key-value tuples. (Note: This is just a typed wrapper around the native Object.fromEntries method)