Rocky_Mountain_Vending/.pnpm-store/v10/files/46/7f958b0a26f7a4f4182b29809a2156803222c0760f78e105eb7c85710cee193226d70367d1f2d92ee1216f106b64e6a76bad48f47d4a370ea1c7687c16e98e
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

5 lines
No EOL
196 B
Text

/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;
//# sourceMappingURL=strip-filename.d.ts.map