Rocky_Mountain_Vending/.pnpm-store/v10/files/31/5d0ded76c9ec3f686c9b367d5cdfacdffe92cf9e1c58623b1217b10773b49b84cc17e72ef34883db56ba27f52044d54de40535b579f1b5e5735d04f2b67fc7
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

4 lines
No EOL
209 B
Text

export declare const isObjectType: (value: unknown) => value is object;
declare const _default: <T extends object>(value: unknown) => value is T;
export default _default;
//# sourceMappingURL=isObject.d.ts.map