UNPKG

@hint/hint-manifest-is-valid

Version:

hint that that checks if the web app manifest file is valid

3 lines 283 B
export declare type MessageName = 'description' | 'invalidValue' | 'name' | 'unsupportedValue' | 'validJSON'; export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string; //# sourceMappingURL=i18n.import.d.ts.map