UNPKG

@push.rocks/smartlegal

Version:

go legal programmatically

8 lines (7 loc) 352 B
import * as plugins from './plugins.js'; export declare class CheckResult { passingModules: plugins.smartpnpm.IPnpmLicenseResult[]; failingModules: plugins.smartpnpm.IPnpmLicenseResult[]; addPassing(moduleResultArg: plugins.smartpnpm.IPnpmLicenseResult): void; addFailing(moduleResultArg: plugins.smartpnpm.IPnpmLicenseResult): void; }