Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/8c829ca4abe0be9ed58d711d89114cedfea934758b17befc1b705e6e3b5ad8ff9d9cb8f20222dae2b13e1df695afb401c904469ec3864f8be2cba25b0726bb
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

18 lines
No EOL
448 B
Text

/**
* @license
* Copyright 2017 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export * from './index-browser.js';
import { Puppeteer } from './common/Puppeteer.js';
/**
* @public
*/
declare const puppeteer: Puppeteer;
export declare const
/**
* @public
*/
connect: (options: import("./index.js").ConnectOptions) => Promise<import("./index.js").Browser>;
export default puppeteer;
//# sourceMappingURL=puppeteer-core-browser.d.ts.map