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>
9 lines
407 B
Text
9 lines
407 B
Text
import { HandlerDataConsole } from '../types-hoist/instrument';
|
|
/**
|
|
* Add an instrumentation handler for when a console.xxx method is called.
|
|
*
|
|
* Use at your own risk, this might break without changelog notice, only used internally.
|
|
* @hidden
|
|
*/
|
|
export declare function addConsoleInstrumentationHandler(handler: (data: HandlerDataConsole) => void): void;
|
|
//# sourceMappingURL=console.d.ts.map
|