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) 232 B
import { Package, Project } from "@lerna/core"; /** * Retrieve a list of packages that lack a license file. */ export declare function getPackagesWithoutLicense(project: Project, packagesToPublish: Package[]): Promise<Package[]>;