Function: looseBooleanParser()
looseBooleanParser(input
): boolean
Parses input strings as booleans (loosely).
Transforms to lowercase and then checks against "true", "false", "yes", "y", "no", and "n".
Parameters
• input: string
Returns
boolean
Defined in
packages/core/src/parameter/parser/boolean.ts:22