2 lines
128 B
TypeScript
2 lines
128 B
TypeScript
import type { ExecaChildProcess } from 'execa';
|
|
export declare function openInBrowser(url: string): Promise<ExecaChildProcess>;
|