UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

4 lines (3 loc) 207 B
import type { SpdxLicense } from "./spdx.js"; export declare function parseAndCorrectSpdxExpression(text: string): SpdxLicense; export declare function correctSpdxLicense(license: SpdxLicense): SpdxLicense;