UNPKG

msync

Version:

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

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