Function matchesArg

  • Function

    Name

    matchesArg

    Memberof

    module:moize

    Alias

    moize.matchesArg

    Description

    a moized method where the arg matching method is the custom one passed

    Type Parameters

    • Matcher extends IsEqual

    Parameters

    • argMatcher: IsEqual

    Returns Moizer<{
        matchesArg: IsEqual;
    }>

    the moizer function

Generated using TypeDoc