UNPKG

msync

Version:

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

4 lines (3 loc) 167 B
export declare const CONFIG_FILE_NAME = "sync.yaml"; export declare const DEFAULT_WATCH_PATTERN = "/lib/**/*.js"; export declare const CONFIG_NOT_FOUND_ERROR: string;