UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

9 lines (8 loc) 287 B
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: {}; }): Promise<void>;