UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

10 lines 251 B
declare module "spdx-license-list" { interface LicenseInfo { name: string; url: string; osiApproved: boolean; } const L: Record<string, LicenseInfo>; export = L; } //# sourceMappingURL=spdx-license-list.d.ts.map