UNPKG

npm-link-up

Version:

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

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