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) 216 B
import { Package } from "@lerna/core"; /** * Create temporary license files. */ export declare function createTempLicenses(srcLicensePath: string, packagesToBeLicensed: Package[]): Promise<void> | Promise<void[]>;