mirror of
https://github.com/sern-handler/website
synced 2026-06-20 23:02:24 +00:00
3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
import type { ExecaChildProcess } from 'execa';
|
|
export declare function openInBrowser(url: string): Promise<ExecaChildProcess>;
|