UNPKG

@html-eslint/eslint-plugin

Version:
10 lines 388 B
declare namespace _exports { export { Tag, StyleTag, ScriptTag, RuleModule }; } declare const _exports: RuleModule; export = _exports; type Tag = import("@html-eslint/types").Tag; type StyleTag = import("@html-eslint/types").StyleTag; type ScriptTag = import("@html-eslint/types").ScriptTag; type RuleModule = import("../types").RuleModule<[]>; //# sourceMappingURL=lowercase.d.ts.map