UNPKG

msync

Version:

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

7 lines (6 loc) 244 B
import * as t from './types'; export declare const SaveUtil: { formatSavePath(input?: boolean | string): string | undefined; toJson(modules: t.IModule[]): t.IModulesJson; write(path: string, modules: t.IModule[]): Promise<void>; };