UNPKG

npm-package-json-lint

Version:
10 lines (9 loc) 391 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/bin-type.d.ts declare const ruleType = RuleType.Standard; declare const lint: (packageJsonData: PackageJson | any, severity: Severity) => LintResult; //#endregion export { lint, ruleType }; //# sourceMappingURL=bin-type.d.ts.map