Function: boolean()
boolean(
configured,input,options?):boolean|undefined
Resolve a boolean through object.toBoolean. undefined when neither source
is interpretable, so the caller picks a default with ??.
Parameters
Section titled “Parameters”configured
Section titled “configured”unknown
ConfigKey
options?
Section titled “options?”Returns
Section titled “Returns”boolean | undefined