Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/08d9c247e823309cacdba1eb7df3b64cd6187807cb0041b6dac513180f777168043cc3c9d2cb0732c693bea89943eb0b43cc7c01fb482792ec612b2cce5ed4
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

10 lines
203 B
Text

import type nodeV8 from "node:v8";
export declare class GCProfiler implements nodeV8.GCProfiler {
start();
stop(): {
version: number
startTime: number
endTime: number
statistics: unknown
};
}