@extra-object/entries.min
Lists all key-value pairs.
Lists all key-value pairs.
Creates object from entries.
Checks if entries has a key.
Checks if entries has a key.
Checks if entries has a submap.
Checks if entries has a submap.
Checks if entries has a subset.
Checks if entries has a subset.
Checks if map has a value.
Checks if map has a value.
Get first key of value in entries, like Array.indexOf().
Get keys of all values equal to specified value, like Array.indexOf().
Gives an arbitrary submap.
Gives an arbitrary submap.
Lists all possible submaps.
Lists all possible submaps.
Checks if entries has an entry.
Checks if entries has an entry.
Check if value is included in entries, like Array.includes().
Get keys of all values in entries that satisfy the test, like Array.findIndex().