Function: booleanParser()
booleanParser(input
): boolean
Parses input strings as booleans.
Transforms to lowercase and then checks against "true" and "false".
Parameters
• input: string
Returns
boolean
Defined in
packages/core/src/parameter/parser/boolean.ts:8