Rocky_Mountain_Vending/.pnpm-store/v10/files/89/3cd081188f23d1d975816b7e79e405a2641811323f43e9226eaf5f7955e7c86a020990c5bfca2be748d58009f63cd33ffaed5d925d8ff33d4cec4d344d34df
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
258 B
Text

/**
* Similarly to `addPathPrefix`, this function adds a suffix at the end on the
* provided path. It also works only for paths ensuring the argument starts
* with a slash.
*/
export declare function addPathSuffix(path: string, suffix?: string): string;