UNPKG

@hint/hint-meta-charset-utf-8

Version:

hint for best practices related to the meta charset

8 lines 380 B
import { IHint } from 'hint/dist/src/lib/types'; import { HintContext } from 'hint/dist/src/lib/hint-context'; import { HTMLEvents } from '@hint/parser-html'; export default class MetaCharsetUTF8Hint implements IHint { static readonly meta: import("hint/dist/src/lib/types").HintMetadata; constructor(context: HintContext<HTMLEvents>); } //# sourceMappingURL=hint.d.ts.map