Node TAP
    Preparing search index...

    Variable notMatchStrict

    notMatchStrict: (
        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, without type coercion.

        Parameters

        Returns boolean