Gets an object's entries and sorts them by their key values. This is the same as Object.entries except that it has better TypeScript types and sorts the entries.
Object.entries
@augment-vir/common
Gets an object's entries and sorts them by their key values. This is the same as
Object.entries
except that it has better TypeScript types and sorts the entries.