Package Exports
- bal-util
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bal-util) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Benjamin Lupton's Utility Functions
Common utility functions for Node.js used and maintained by Benjamin Lupton
Install
NPM
- Use:
require('bal-util')
- Install:
npm install --save bal-util
Browserify
- Use:
require('bal-util')
- Install:
npm install --save bal-util
- CDN URL:
//wzrd.in/bundle/bal-util@2.4.2
Ender
- Use:
require('bal-util')
- Install:
ender add bal-util
Usage
Best off looking at source, it's well documented, and there are plenty of tests
Future
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
- binaryextensions <
balUtilPaths.binaryExtensions
- eachr <
balUtilFlow.each
- event-emitter-grouped <
balUtilEvents.EventEmitterEnhanced
- extendr <
balUtilFlow.(extend|clone|etc)
- extract-opts <
balUtilFlow.extractOptsAndCallback
- getsetdeep <
balUtilFlow.(get|set)Deep
- ignorefs <
balUtilPaths.isIgnoredPath
- ignorepatterns <
balUtilPaths.ignoreCommonPatterns
- istextorbinary <
balUtilPaths.(isTextSync|isText|getEncodingSync|getEncoding)
- safecallback <
balUtilFlow.safeCallback
- safefs <
balUtilPaths.(openFile|closeFile|etc)
- safeps <
balUtilModules
- taskgroup <
balUtilFlow.Group
- textextensions <
balUtilPaths.textExtensions
- typechecker <
balUtilTypes
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
History
Discover the change history by heading on over to the HISTORY.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
- Benjamin Lupton b@lupton.cc (https://github.com/balupton)
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
- Benjamin Lupton b@lupton.cc — view contributions
- Sean Fridman fridman@mail.sfsu.edu — view contributions
License
Licensed under the incredibly permissive MIT license
Copyright © 2011+ Benjamin Lupton b@lupton.cc (http://balupton.com)