Node TAP
    Preparing search index...

    Variable strictNotSame

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

    Type Declaration

      • (found: any, doNotWant: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the value is not strictly equivalent to the supplied pattern object

        Parameters

        Returns boolean