UNPKG

@html-eslint/eslint-plugin

Version:
11 lines 281 B
declare namespace _exports { export { EntityData }; } declare const _exports: RuleModule<[]>; export = _exports; type EntityData = { codepoints: number[]; characters: string; }; import type { RuleModule } from "../types"; //# sourceMappingURL=no-invalid-entity.d.ts.map