UNPKG

msync

Version:

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

5 lines (4 loc) 122 B
import { IModule } from '../types'; export declare const SortUtil: { orderByDepth(packages: IModule[]): IModule[]; };