UNPKG

251 BTypeScriptView Raw
1declare module "spdx-license-list" {
2 interface LicenseInfo {
3 name: string;
4 url: string;
5 osiApproved: boolean;
6 }
7 const L: Record<string, LicenseInfo>;
8 export = L;
9}
10//# sourceMappingURL=spdx-license-list.d.ts.map
\No newline at end of file