UNPKG

@ovyerus/licenses

Version:

List of SPDX licenses with predictable placeholders

11 lines (8 loc) 158 B
interface License { name: string; url: string; osiApproved: boolean; licenseText: string; } declare const license: License; export default license;