UNPKG

@push.rocks/smartlegal

Version:

go legal programmatically

6 lines (5 loc) 289 B
import { CheckResult } from './classes.checkresult.js'; export declare class LicenseChecker { excludeLicenseWithinPath(pathArg: string, licenseArrayArg: string[]): Promise<CheckResult>; includeLicencesWithinPath(pathArg: string, licenseArrayArg: string[]): Promise<CheckResult>; }