Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
extra-array
An array is a collection of values, stored contiguously.
extra-map
A group of functions for working with Maps.
extra-object
A collection of methods for working with Objects.
extra-entries
A collection of functions for operating upon Entries.
extra-map.web
A group of functions for working with Maps {web}.
extra-array.web
An array is a collection of values, stored contiguously {web}.
extra-lists
A collection of functions for operating upon Lists.
extra-object.web
A collection of methods for working with Objects {web}.
extra-entries.web
A collection of functions for operating upon Entries {web}.
extra-sorted-array
A sorted array is a collection of values, arranged in an order.
extra-ilists
ILists is a pair of key iterable list and value iterable list, with unique keys.
extra-sorted-array.web
A sorted array is a collection of values, arranged in an order {web}.
extra-ilists.web
ILists is a pair of key iterable list and value iterable list, with unique keys {web}.
extra-lists.web
A collection of functions for operating upon Lists {web}.
babel-plugin-transform-object-enumerables
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
bugfrei-arraytoobject
Convert Array with Key/Value Pair (like from Object.entries()) to an Object