UNPKG

npm-link-up

Version:

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

4 lines (3 loc) 262 B
import { EVCb } from "./index"; export declare const mapPaths: (searchRoots: Array<string>, dirname: string, cb: EVCb<Array<string>>) => void; export declare const mapPathsOriginal: (searchRoots: Array<string>, dirname: string, cb: EVCb<Array<string>>) => void;