Node TAP
    Preparing search index...

    Variable notSame

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

    Type Declaration

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

        Parameters

        Returns boolean