lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
9 lines • 303 B
TypeScript
export namespace flowReportAssets {
export { FLOW_REPORT_TEMPLATE };
export let FLOW_REPORT_CSS: string;
export { FLOW_REPORT_JAVASCRIPT };
}
declare const FLOW_REPORT_TEMPLATE: string;
declare const FLOW_REPORT_JAVASCRIPT: string;
export {};
//# sourceMappingURL=flow-report-assets.d.ts.map