Rocky_Mountain_Vending/.pnpm-store/v10/files/92/03ac49785a410bf28321668573fc48f7e0dc5e3a4710ddeaa4b2fe97fc820f8b8a28a45e0a3f911ffea02d5687d17de2d3fdeca82ce12eb5ed762413ec0b39
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

6 lines
228 B
Text

/**
* For a given page path, this function ensures that there is no backslash
* escaping slashes in the path. Example:
* - `foo\/bar\/baz` -> `foo/bar/baz`
*/
export declare function normalizePathSep(path: string): string;