UNPKG

msync

Version:

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

8 lines (7 loc) 137 B
export declare function module(from: { name: string; dir: string; }, to: { name: string; dir: string; }): Promise<void>;