Function parseBoolean

  • Function that parses a string boolean value and returns the corresponding boolean value

    Returns

    • The parsed boolean value

    Parameters

    • candidate: string | number

      The string boolean value to be parsed

    Returns boolean

Generated using TypeDoc