@html-eslint/eslint-plugin
Version:
ESLint plugin for html
10 lines • 373 B
TypeScript
declare namespace _exports {
export { Tag, AnyNode, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Tag = import("@html-eslint/types").Tag;
type AnyNode = import("@html-eslint/types").AnyNode;
type Option = string[];
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=require-open-graph-protocol.d.ts.map