map-require
Require a directory of modules and apply a function on module.exports
Require a directory of modules and apply a function on module.exports
Returns an array of the non-null results of fn(item, index). This means false return values will be included.
Create a {key, value} array from an object.
A minimal lazy iterator implementation
Babel transform adds extra bindings to for-in and for-of statements
Like [].every but for objects
Collection of evented-stream packages
Collection of types used by evented-stream packages
Adds a .iterate() method to services in Feathers.js
Utility functions to deal with references in objects
Create a new object with only keep truthy key value
Return files in path.
Return directories in path
Really promising asynchronous and parallel work with large arrays without slowing down the GUI.
(Nodejs) Iterate dirs and require file with the same name.
Smaller alternative than https://www.npmjs.com/package/deepmerge
Iterate object lazy
A helper for storing and iterating over data in hash tables in TS/JS.
Access and update deep properties
Add a for-loop like function to arrays, including break and continue functionalities.