14 packages
js-lang-exception
An extendable, testable and intuitively usable error-handling Exception class built and based on the standard, built-in Error object.
js-partial-array-merge
A partial to merge arrays
js-partial-default-of
A partial to handle default values.
js-partial-foreach
A partial to provide a better foreach capability similar to PHP's foreach construct by differentiating whether the callback function expects a value or a pair of key-value.
js-partial-is-array
A partial to check whether an object is an array.
js-partial-is-empty-string
A partial to check whether a string is empty.
js-partial-is-object
A partial to check whether an object is a plain object.
js-partial-is-present
A partial to handle whether an object is present (not null and not undefined).
js-partial-is-string
A partial to check whether an object is a string.
js-partial-option-of
A partial to get the specific option value from the options object.