UNPKG

167 BTypeScriptView Raw
1import { Bridge as BridgeType } from '@vercel/node-bridge/bridge';
2declare const bridge: BridgeType;
3export declare const launcher: typeof bridge.launcher;
4export {};