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>
31 lines
No EOL
835 B
Text
31 lines
No EOL
835 B
Text
/**
|
|
* @license
|
|
* Copyright 2017 Google Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
import type { Protocol } from 'devtools-protocol';
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare function createEvaluationError(details: Protocol.Runtime.ExceptionDetails): unknown;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare function createClientError(details: Protocol.Runtime.ExceptionDetails): Error | unknown;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare function valueFromRemoteObject(remoteObject: Protocol.Runtime.RemoteObject): unknown;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare function addPageBinding(type: string, name: string, prefix: string): void;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const CDP_BINDING_PREFIX = "puppeteer_";
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare function pageBindingInitString(type: string, name: string): string;
|
|
//# sourceMappingURL=utils.d.ts.map |