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
Backend
- Install Node.js
npm install --save bal-util
Frontend
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
- eachr <
balUtilFlow.each
- extendr <
balUtilFlow.(extend|clone|etc)
- getsetdeep <
balUtilFlow.(get|set)Deep
- safeCallback <
balUtilFlow.safeCallback
- safefs <
balUtilPaths.(openFile|closeFile|etc)
- TaskGroup <
balUtilFlow.Group
- typeChecker <
balUtilTypes
History
You can discover the history inside the History.md file
License
Licensed under the incredibly permissive MIT License
Copyright © 2011+ Benjamin Arthur Lupton