lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
17 lines • 567 B
TypeScript
/**
* @param {LH.Crdp.Audits.DeprecationIssueDetails} issueDetails
*/
export function getIssueDetailDescription(issueDetails: LH.Crdp.Audits.DeprecationIssueDetails): {
substitutions: Map<string, import("../index.js").IcuMessage | undefined>;
links: {
link: string;
linkTitle: import("../index.js").IcuMessage;
}[];
message: import("../index.js").IcuMessage | undefined;
};
export namespace UIStrings {
let feature: string;
let milestone: string;
let title: string;
}
//# sourceMappingURL=deprecation-description.d.ts.map