Function: resolveBoolean()
resolveBoolean(
parameter
:string
,customs
?:object
):Result
<boolean
,Identifiers.ArgumentBooleanError
>
Parameters
Parameter | Type |
---|---|
parameter | string |
customs ? | object |
customs.falses ? | readonly string [] |
customs.truths ? | readonly string [] |
Returns
Result
<boolean
, Identifiers.ArgumentBooleanError
>