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>
13 lines
No EOL
511 B
Text
13 lines
No EOL
511 B
Text
/**
|
|
* Placeholder normalize function to replace the node variant in browser runtimes,
|
|
* this should never be called and will perform a no-op and warn if it is called regardless.
|
|
*
|
|
* This is a workaround to fix https://github.com/open-telemetry/opentelemetry-js/issues/4373 until the instrumentation
|
|
* package can be made node-only.
|
|
*
|
|
* @param path input path
|
|
* @return unmodified path
|
|
* @internal
|
|
*/
|
|
export declare function normalize(path: string): string;
|
|
//# sourceMappingURL=noop-normalize.d.ts.map |