Function notHas

  • Verify that the object does NOT have all of the properties and values in the pattern, matching loosely.

    Parameters

    • found: any
    • doNotWant: any
    • Rest...__namedParameters: MessageExtra

    Returns boolean