@hint/hint-meta-charset-utf-8
Version:
hint for best practices related to the meta charset
3 lines • 382 B
TypeScript
export declare type MessageName = 'description' | 'metaElementDuplicated' | 'metaElementFirstThing' | 'metaElementInBody' | 'metaElementNotSpecified' | 'metaElementShorter' | 'metaElementWrongValue' | 'name';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map