Function extractBooleanFromString

  • Convert a boolean stringified value to a proper boolean.

    Parameters

    • v: string

      The value to convert.

    Returns boolean | undefined

    A boolean representing the string or undefined if the string was not a boolean value.

Generated using TypeDoc