UNPKG

@sentry/react-native

Version:
7 lines 456 B
/// <reference types="react-native" /> /** Convert a Content-Length header to number/undefined. */ export declare function parseContentLengthHeader(header: string | null | undefined): number | undefined; export type RequestBody = null | Blob | FormData | URLSearchParams | string | ArrayBuffer | undefined; /** Get the size of a body. */ export declare function getBodySize(body: RequestBody): number | undefined; //# sourceMappingURL=networkUtils.d.ts.map