UNPKG

npm-package-json-lint

Version:
10 lines (9 loc) 442 B
import { n as Severity } from "./lint-issue.js"; import { t as LintResult } from "./lint-result.js"; import { PackageJson } from "type-fest"; //#region src/rules/description-format.d.ts declare const ruleType = RuleType.Object; declare const lint: (packageJsonData: PackageJson | any, severity: Severity, config: Record<string, boolean>) => LintResult; //#endregion export { lint, ruleType }; //# sourceMappingURL=description-format.d.ts.map