Benjamin Lupton's Utility Functions
Common utility functions for Node.js used and maintained by Benjamin Lupton
- Use:
require('bal-util')
- Install:
npm install --save bal-util
- Use:
require('bal-util')
- Install:
ender add bal-util
Best off looking at source, it's well documented, and there are plenty of tests
We're in the process of abstracting the pieces of bal-util out into their own modules. So far, we've done the following:
- ambi <
balUtilFlow.fireWithOptionalCallback
- eachr <
balUtilFlow.each
- event-emitter-grouped <
balUtilEvents.EventEmitterEnhanced
- extendr <
balUtilFlow.(extend|clone|etc)
- extract-opts <
balUtilFlow.extractOptsAndCallback
- getsetdeep <
balUtilFlow.(get|set)Deep
- safecallback <
balUtilFlow.safeCallback
- safefs <
balUtilPaths.(openFile|closeFile|etc)
- safeps <
balUtilModules
- taskgroup <
balUtilFlow.Group
- typechecker <
balUtilTypes
Discover how you can contribute by heading on over to the Contributing.md
file.
Discover the change history by heading on over to the History.md
file.
These amazing people are maintaining this project:
- Benjamin Lupton [email protected] (https://github.com/balupton)
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- Benjamin Lupton [email protected] (https://github.com/balupton) - view contributions
- Sean Fridman [email protected] (https://github.com/sfrdmn) - view contributions
Licensed under the incredibly permissive MIT license
Copyright © Benjamin Lupton [email protected] (http://balupton.com)