UNPKG

180 BTypeScriptView Raw
1export declare namespace open {
2 type Options = {
3 app?: string | string[];
4 };
5}
6export default function open(target: string, opts?: open.Options): Promise<unknown>;