/bedrock.util

bedrock.util is a collection of Javascript utility functions much like underscore.js

Primary LanguageJavaScript

bedrock.util

bedrock.util is a utility library for JavaScript. It bears it's name from the practice of "bedrock programming" - implementing everithing yourself.

bedrock.util contains common use functions such as each, map, reduce, etc. and other niceties like Strings.format, Functions.argumentNames, Deferred/Promise implementation and more.