Function: resolveBoolean()
resolveBoolean(
parameter:string,customs?:object):Result<boolean,ArgumentBooleanError>
Defined in: projects/framework/src/lib/resolvers/boolean.ts:7
Parameters
| Parameter | Type |
|---|---|
parameter | string |
customs? | { falses?: readonly string[]; truths?: readonly string[]; } |
customs.falses? | readonly string[] |
customs.truths? | readonly string[] |
Returns
Result<boolean, ArgumentBooleanError>