• Checks if the string value does not contain the target.

    Example

    expect(isSuperString("fooboo", "foo").value).toBeTruthy();
    

    Parameters

    • superString: string

      The value being checked.

    • subString: string

      The target value to perform the check against.

    Returns Result<boolean | undefined>

Generated using TypeDoc