We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb211 commit b025840Copy full SHA for b025840
src/aws/index.ts
@@ -9,7 +9,7 @@ import type { APIGatewayEvent } from 'aws-lambda';
9
import ContentType from 'content-type';
10
import HttpError from 'http-errors';
11
12
-interface TShallotJSONBodyParserOptions extends Record<string, unknown> {
+export interface TShallotJSONBodyParserOptions extends Record<string, unknown> {
13
/** A function that transforms the results. This function is called for each member of the object.
14
* If a member contains nested objects, the nested objects are transformed before the parent object is. */
15
reviver?: (key: string, value: unknown) => unknown;
0 commit comments