UNPKG

118 BTypeScriptView Raw
1type IncomingMessage = any;
2export declare function getPayload(request: IncomingMessage): Promise<string>;
3export {};