UNPKG

msync

Version:

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

4 lines (3 loc) 215 B
import { IModule, IDependency } from '../types'; export declare const localDeps: (pkg: IModule) => IDependency[]; export declare const includeIgnored: (pkg: IModule | undefined, includeIgnored: boolean) => boolean;