UNPKG

msync

Version:

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

11 lines (10 loc) 258 B
import { IModule } from '.'; export declare function module(from: { name: string; dir: string; gitignore: string[]; }, to: { name: string; dir: string; }): Promise<void>; export declare function logUpdate(target: IModule): Promise<void>;