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>
27 lines
No EOL
985 B
Text
27 lines
No EOL
985 B
Text
export default UnusedJavaScript;
|
|
export type WasteData = {
|
|
unusedByIndex: Uint8Array;
|
|
unusedLength: number;
|
|
contentLength: number;
|
|
};
|
|
/**
|
|
* @typedef WasteData
|
|
* @property {Uint8Array} unusedByIndex
|
|
* @property {number} unusedLength
|
|
* @property {number} contentLength
|
|
*/
|
|
declare class UnusedJavaScript extends ByteEfficiencyAudit {
|
|
/**
|
|
* @param {LH.Artifacts} artifacts
|
|
* @param {Array<LH.Artifacts.NetworkRequest>} networkRecords
|
|
* @param {LH.Audit.Context} context
|
|
* @return {Promise<import('./byte-efficiency-audit.js').ByteEfficiencyProduct>}
|
|
*/
|
|
static audit_(artifacts: LH.Artifacts, networkRecords: Array<LH.Artifacts.NetworkRequest>, context: LH.Audit.Context): Promise<import("./byte-efficiency-audit.js").ByteEfficiencyProduct>;
|
|
}
|
|
export namespace UIStrings {
|
|
let title: string;
|
|
let description: string;
|
|
}
|
|
import { ByteEfficiencyAudit } from './byte-efficiency-audit.js';
|
|
//# sourceMappingURL=unused-javascript.d.ts.map |