UNPKG

netlify

Version:

Netlify command line tool

9 lines 411 B
import type { LocalState } from './types.js'; export declare const startLiveTunnel: ({ localPort, netlifyApiToken, siteId, slug, }: { localPort: number; netlifyApiToken?: string | null | undefined; siteId?: string | undefined; slug: string; }) => Promise<string>; export declare const getLiveTunnelSlug: (state: LocalState, override?: string) => string; //# sourceMappingURL=live-tunnel.d.ts.map