lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
13 lines • 441 B
TypeScript
/**
* @fileoverview Helper functions to transform an LHR into a proto-ready LHR.
*
* FIXME: This file is 100% technical debt. Our eventual goal is for the
* roundtrip JSON to match the Golden LHR 1:1.
*/
/**
* Transform an LHR into a proto-friendly, mostly-compatible LHR.
* @param {LH.Result} lhr
* @return {LH.Result}
*/
export function processForProto(lhr: LH.Result): LH.Result;
//# sourceMappingURL=proto-preprocessor.d.ts.map