msync
Version:
Easily manage building and syncing multiple node-modules in a flexibly defined workspace.
11 lines (10 loc) • 339 B
TypeScript
declare type O = Record<string, unknown>;
export declare const name = "watch";
export declare const alias = "w";
export declare const description = "Starts watchers for `build` and `sync` in new tabs.";
export declare const args: {};
export declare function cmd(args?: {
params: string[];
options: O;
}): Promise<void>;
export {};