Rocky_Mountain_Vending/.pnpm-store/v10/files/34/d7de21978e0fb945b6ee529bdb18e0d152babc3b54f377da6c345db92937d08736498caa8802190e337de8e68134bf6441777e1869f5665c09fc8ca3b330f1
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
No EOL
210 B
Text

/**
* Returns true if the object is a function.
* @param value The value to check
*/
export declare function isFunction(value: any): value is (...args: any[]) => any;
//# sourceMappingURL=isFunction.d.ts.map