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?: readonlystring[];truths?: readonlystring[]; } | 
| customs.falses? | readonly string[] | 
| customs.truths? | readonly string[] | 
Returns
Result<boolean, ArgumentBooleanError>