UNPKG

@middy/http-partial-response

Version:

Http partial response middleware for the middy framework

10 lines (6 loc) 205 B
import type middy from "@middy/core"; interface Options { filteringKeyName?: string; } declare function httpPartialResponse(options?: Options): middy.MiddlewareObj; export default httpPartialResponse;