UNPKG

@hint/hint-minified-js

Version:

hint that that checks if the JavaScript used by the web page is minified

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