Files
Fluxup_PAP/node_modules/@expo/ws-tunnel/build/index.d.ts
2026-03-10 16:18:05 +00:00

5 lines
256 B
TypeScript

import { type TunnelOptions } from './tunnel/tunnel';
export type { TunnelOptions as WsTunnelOptions } from './tunnel/tunnel';
export declare function startAsync(options: TunnelOptions): Promise<string>;
export declare function stopAsync(): Promise<void>;