Node TAP
    Preparing search index...

    Variable notHasStrict

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

    Type Declaration

      • (found: any, doNotWant: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the value does NOT contain all of the properties and values in the test pattern, comparing strictly.

        Note that this will pass if the value has some of the listed properties, or if they do not match the same type.

        Parameters

        Returns boolean