• Convert the input string to a boolean. Everything except for '0', 'false' and '' returns true. In strict mode only '1' and 'true' return true.

    Parameters

    • target: string
    • strict: boolean

    Returns Result<boolean | undefined>

Generated using TypeDoc