Rocky_Mountain_Vending/.pnpm-store/v10/files/76/fb326af354751fc77842aa08f08a871cba14cb929791cc4bb155e911d672061dbed875a9372e7f96a8f6df78beff13ff549babdd45c678d21521207fbaea5c
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

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