Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
No EOL
716 B
Text
18 lines
No EOL
716 B
Text
declare namespace _default {
|
|
export let simulationNamesToIgnore: string[];
|
|
export { convertNodeTimingsToTrace };
|
|
}
|
|
export default _default;
|
|
export type CompleteNodeTiming = import("./lantern/lantern.js").Simulation.CompleteNodeTiming;
|
|
/**
|
|
* @license
|
|
* Copyright 2018 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/** @typedef {import('./lantern/lantern.js').Simulation.CompleteNodeTiming} CompleteNodeTiming */
|
|
/**
|
|
* @param {Map<LH.Gatherer.Simulation.GraphNode, CompleteNodeTiming>} nodeTimings
|
|
* @return {LH.Trace}
|
|
*/
|
|
declare function convertNodeTimingsToTrace(nodeTimings: Map<LH.Gatherer.Simulation.GraphNode, CompleteNodeTiming>): LH.Trace;
|
|
//# sourceMappingURL=lantern-trace-saver.d.ts.map |