UNPKG

msync

Version:

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

5 lines (4 loc) 153 B
import * as t from '../types'; export declare function info(pkg: t.IModule | t.IModule[], options?: { batchSize?: number; }): Promise<t.INpmInfo[]>;