Node TAP
    Preparing search index...

    Variable notMatchOnly

    notMatchOnly: (
        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, with no extra properties. Ie, it might either not match, or have extra props.

        Parameters

        Returns boolean