Creates a parser function that parses a string into a boolean.
An array of strings that are considered true. Defaults to ['TRUE', 'T', 'YES', 'Y', '1'].
An array of strings that are considered false. Defaults to ['', 'FALSE', 'F', 'NO', 'N', '0'].
Generated using TypeDoc
Creates a parser function that parses a string into a boolean.