Function matchesKey

  • Function

    Name

    matchesKey

    Memberof

    module:moize

    Alias

    moize.matchesKey

    Description

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

    Type Parameters

    • Matcher extends IsMatchingKey

    Parameters

    • keyMatcher: IsMatchingKey

      the method to compare against those in cache

    Returns Moizer<{
        matchesKey: IsMatchingKey;
    }>

    the moizer function

Generated using TypeDoc