json-schema-traverse
Traverse JSON Schema passing each schema object to callback
Traverse JSON Schema passing each schema object to callback
Map object keys and values into a new object
Convert object keys to camel case
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Iterate any iterable JS value. Works robustly in all environments, all versions.
Iterate any JS iterator. Works robustly in all environments, all versions.
Filter object keys and values into a new object
A polymorphic iterate operator for arrays and other iterables
Async concurrent iterator (async forEach)
Utility functions to deal with references in objects
`Array#forEach()` but it’s possible to define where to move to next
A convenient way to iterate objects.
Iterator over lines in a string
Use Sass-like markup and staged CSS features in CSS
Recursively iterates over arrays and objects
Deeply iterate over an object and redact secret values by replacing them with a predefined string
PostCSS plugin that enables SASS-like for loop syntax in your CSS
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
Asynchronous iterator function for parallel processing.