Node TAP
    Preparing search index...

    Variable matchOnlyStrict

    matchOnlyStrict: (
        found: any,
        wanted: any,
        ...__namedParameters: MessageExtra,
    ) => boolean

    Type Declaration

      • (found: any, wanted: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the value matches the pattern provided, with no extra properties.

        Parameters

        Returns boolean