Function serializeWith

  • Function

    Name

    serializeWith

    Memberof

    module:moize

    Alias

    moize.serializeWith

    Description

    a moized method that will serialize the arguments passed to use as the cache key based on the serializer passed

    Type Parameters

    • Serializer extends Serialize

    Parameters

    • serializer: Serialize

    Returns Moizer<{
        isSerialized: true;
        serializer: Serialize;
    }>

    the moizer function

Generated using TypeDoc