UNPKG

@html-eslint/eslint-plugin

Version:
10 lines 268 B
declare namespace _exports { export { Option }; } declare const _exports: RuleModule<[Option]>; export = _exports; type Option = { available: "widely" | "newly" | number; }; import type { RuleModule } from "../types"; //# sourceMappingURL=use-baseline.d.ts.map