This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
export interface BrowserInstallCommand {
|
||||
command: string;
|
||||
args: string[];
|
||||
}
|
||||
export declare function createBrowserInstallCommand(args: string[]): BrowserInstallCommand;
|
||||
Reference in New Issue
Block a user