@hint/hint-apple-touch-icons
Version:
hint for best practices related to the apple-touch-icons
3 lines • 432 B
TypeScript
export declare type MessageName = 'couldNotBeFetch' | 'couldNotBeFetchErrorStatusCode' | 'description' | 'elementDuplicated' | 'elementNotInHead' | 'invalidPNG' | 'name' | 'noElement' | 'noEmptyHref' | 'shouldBePNG' | 'wrongRelAttribute' | 'wrongResolution';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map