UNPKG

npm-link-up

Version:

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

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