Node TAP
    Preparing search index...

    Variable notHas

    notHas: (
        found: any,
        doNotWant: any,
        ...__namedParameters: MessageExtra,
    ) => boolean

    Type Declaration

      • (found: any, doNotWant: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the object does NOT have all of the properties and values in the pattern, matching loosely.

        Parameters

        Returns boolean