UNPKG

@hint/formatter-excel

Version:

webhint formatter that outputs the result in an Excel file (xlsx)

3 lines 340 B
export declare type MessageName = 'errorSaving' | 'hintId' | 'issue' | 'maybeIsOpened' | 'numberOfIssues' | 'resourceName' | 'resourceUrl' | 'summary' | 'summaryFor'; export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string; //# sourceMappingURL=i18n.import.d.ts.map