UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

6 lines (5 loc) 289 B
import { Package, RawManifest } from "@lerna/core"; /** * Symlink bins of srcPackage to node_modules/.bin in destPackage */ export declare function symlinkBinary(srcPackageRef: string | Package | RawManifest, destPackageRef: string | Package | RawManifest): Promise<[Package, Package]>;