• Checks if argument is a real string.

    Example

    expect(isString('foo').value).toBeTruthy()
    

    Parameters

    • value: any

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc