• Checks whether the target is a boolean string value meaning it contains of of ['true', 'false', '1', '0']

    Example

    expect(isBooleanString('true').value).toBeTruthy()
    

    Parameters

    • target: string

      The target

    Returns Result<boolean | undefined>

Generated using TypeDoc