UNPKG

339 BTypeScriptView Raw
1declare type O = Record<string, unknown>;
2export declare const name = "watch";
3export declare const alias = "w";
4export declare const description = "Starts watchers for `build` and `sync` in new tabs.";
5export declare const args: {};
6export declare function cmd(args?: {
7 params: string[];
8 options: O;
9}): Promise<void>;
10export {};