UNPKG

@sentry/react-native

Version:
6 lines 206 B
import type { IncomingMessage } from 'http'; /** * Get the raw body of a request. */ export declare function getRawBody(request: IncomingMessage): Promise<string>; //# sourceMappingURL=getRawBody.d.ts.map