Rocky_Mountain_Vending/.pnpm-store/v10/files/89/584ec563b09426fa63e0c16086b31c9e8ef8222ee01d25f8d2c14347d77806acea063f190a4fc90325869248f755b927b18555408663e381f8e90d3229b59d
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
230 B
Text

import { ShimWrapped } from '../common/types';
/**
* Checks if certain function has been already wrapped
* @param func
*/
export declare function isWrapped(func: unknown): func is ShimWrapped;
//# sourceMappingURL=wrap.d.ts.map