Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/4c1dcedb2d271dc70ebfb5e87ce36186ae7da405c3ae6983d0ea74cf463cde93a217b2cea761e1e2c66a20683593a7028fed5f5796a89a0d9e7ea57e290283
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

7 lines
No EOL
277 B
Text

import { DetectorSync } from '../types';
import { IResource } from '../IResource';
export declare class NoopDetectorSync implements DetectorSync {
detect(): IResource;
}
export declare const noopDetectorSync: NoopDetectorSync;
//# sourceMappingURL=NoopDetectorSync.d.ts.map