Rocky_Mountain_Vending/.pnpm-store/v10/files/43/157523eded528de786be8d7d9c36783450881e077162bf30eaeee901be50275da5a479abab8b376fe9557043e2a67f40a3563ed9ab892bb7f73b73493b143b
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
250 B
Text

import type nodeWorkerThreads from "node:worker_threads";
export declare class BroadcastChannel implements nodeWorkerThreads.BroadcastChannel {
name: string;
onmessage;
onmessageerror;
close();
postMessage(message: unknown);
ref();
unref();
}