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