Search results
16 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
An array is a collection of values, stored contiguously.
An array is a collection of values, stored contiguously {web}.
A group of functions for working with Maps {web}.
- extra
- map
- entry
- fromEntries
- fromEntries$
- hasKey
- key
- length
- subset
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- View more
A collection of methods for working with Objects.
- extra
- object
- entry
- hasKey
- key
- length
- subset
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
A group of functions for working with Maps.
- extra
- map
- entry
- fromEntries
- fromEntries$
- hasKey
- key
- length
- subset
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- View more
A collection of methods for working with Objects {web}.
- extra
- object
- entry
- hasKey
- key
- length
- subset
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
A collection of functions for operating upon Entries {web}.
- extra
- entries
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
A collection of functions for operating upon Entries.
- extra
- entries
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
A sorted array is a collection of values, arranged in an order.
A collection of functions for operating upon Lists.
- extra
- lists
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
ILists is a pair of key iterable list and value iterable list, with unique keys.
- extra
- ilists
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- ILists
- MapFunction
- ProcessFunction
- View more
A sorted array is a collection of values, arranged in an order {web}.
ILists is a pair of key iterable list and value iterable list, with unique keys {web}.
- extra
- ilists
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- ILists
- MapFunction
- ProcessFunction
- View more
A collection of functions for operating upon Lists {web}.
- extra
- lists
- entry
- key
- length
- subset
- value
- CombineFunction
- CompareFunction
- EndFunction
- Entries
- Lists
- MapFunction
- ProcessFunction
- View more
Helps obtain an array of keys, values, and key/value pairs (what the spec calls “entries”) from an object, for the purposes of iteration or serialization
Convert Array with Key/Value Pair (like from Object.entries()) to an Object