@sentry/react-native
Version:
Official Sentry SDK for react-native
8 lines • 417 B
TypeScript
import type { IncomingMessage, ServerResponse } from 'http';
/**
* Open a URL in the system browser.
*
* Inspired by https://github.com/react-native-community/cli/blob/a856ce027a6b25f9363a8689311cdd4416c0fc89/packages/cli-server-api/src/openURLMiddleware.ts#L17
*/
export declare function openURLMiddleware(req: IncomingMessage, res: ServerResponse): Promise<void>;
//# sourceMappingURL=openUrlMiddleware.d.ts.map