astro-ghostcms/.pnpm-store/v3/files/4c/4bff0400c286f960f1791c60f1b...

3 lines
128 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { ExecaChildProcess } from 'execa';
export declare function openInBrowser(url: string): Promise<ExecaChildProcess>;