@alextheman/utility - v5.10.1
    Preparing search index...

    Function parseBoolean

    • Takes a stringly-typed boolean and converts it to an actual boolean type.

      Parameters

      • inputString: string

        The string to parse.

      Returns boolean

      The string parsed as an actual boolean.

      If the string is not either true or false (case insensitive).