Node TAP
    Preparing search index...

    Variable hasStrict

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

    Type Declaration

      • (found: any, wanted: any, ...__namedParameters: MessageExtra): boolean
      • Verify that the value has all of the properties and values in the pattern, matching strictly.

        Parameters

        Returns boolean