Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
json-schema-traverse
Traverse JSON Schema passing each schema object to callback
map-obj
Map object keys and values into a new object
camelcase-keys
Convert object keys to camel case
filter-obj
Filter object keys and values into a new object
async-each
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
make-iterator
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
iterate-value
Iterate any iterable JS value. Works robustly in all environments, all versions.
iterate-iterator
Iterate any JS iterator. Works robustly in all environments, all versions.
reftools
Utility functions to deal with references in objects
array-iterate
`Array#forEach()` but it’s possible to define where to move to next
pop-iterate
A polymorphic iterate operator for arrays and other iterables
next-line
Iterator over lines in a string
iterate-object
A convenient way to iterate objects.
make-array
Creates a real Array from almost anything.
deep-for-each
Recursively iterates over arrays and objects
postcss-for
PostCSS plugin that enables SASS-like for loop syntax in your CSS
is-mergeable-object
Check whether or not a value is an object that makes sense to iterate over
tiny-each-async
Asynchronous iterator function for parallel processing.
reduce-object
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
each-parallel-async
Asynchronously calls a function on each element in an array in parallel.