objectFromEntries
Like Object.fromEntries() but with a better return type
Functionally identical to Object.fromEntries()
but instead of returning but its return type more precise than just { [k: sting]: any; }
.
Last updated
Like Object.fromEntries() but with a better return type
Functionally identical to Object.fromEntries()
but instead of returning but its return type more precise than just { [k: sting]: any; }
.
Last updated