defaulter()Creates a partial function which will always default to another value when non-values are passed to it.
This function is valid in v2.8.0 to v2.24.3. This function has been downloaded 65 times.false
undefined.defaultValue based on the following criteria: If opt_beStrict is true-ish and value is undefined, defaultValue will be returned. If opt_beStrict is false-ish and value is undefined, null or NaN, defaultValue will be returned. In all other cases value will be returned.This function directly requires the following function which is included automatically:
defaultTo()This function is directly required by the following function:
defaultTo()