Node TAP
    Preparing search index...

    Variable notMatch

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

    Type Declaration

      • (found: any, doNotWant: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the value does NOT match the pattern provided.

        Parameters

        Returns boolean