Files
fitness_walk_nwnu/node_modules/chrome-simple-launcher/build/index.d.ts
T
2026-09-08 20:28:54 +08:00

11 lines
249 B
TypeScript

interface LaunchOption {
chromePath?: string;
onError?: Function;
onExit?: Function;
}
declare function launch(url: string, options?: LaunchOption): Promise<{}>;
declare const _default: {
launch: typeof launch;
};
export = _default;