UNPKG

npm-link-up

Version:

Use this package to link your projects together for local development.

5 lines (4 loc) 336 B
import { NluMap, NluMapItem } from "./index"; export declare const getCleanMap: (mainDep: NluMapItem, map: NluMap, opts: any) => NluMap; export declare const getCleanMap2: (rootPackageName: string, map: NluMap) => NluMap; export declare const getCleanMapOfOnlyPackagesWithNluJSONFiles: (rootPackageName: string, map: NluMap) => NluMap;