objectEntries
Like Object.entries() but with a better return type.
Last updated
Was this helpful?
Like Object.entries() but with a better return type.
Last updated
Was this helpful?
Functionally equal to Object.entries
but features a return type more precise than just [string, T][].
WARNING: .