UNPKG

msync

Version:

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

3 lines (2 loc) 123 B
import { IModule, INpmInfo } from '../types'; export declare function info(pkg: IModule | IModule[]): Promise<INpmInfo[]>;