Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/28c3624b341bdedaed0980e1e3f4aace61f60bb88f74c52ef003266f48d5133d3cc58c844f7dc639b11e322b6326bbe6c99ced4c01cc5d05cab61415ade883
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
143 B
Text

import { FileInfo } from "./FileInfo";
/**
* Parse raw directory listing.
*/
export declare function parseList(rawList: string): FileInfo[];