Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/ea26a9300ef1abd1d4a6f3f1dc2978adb3853b6ba32b319bf6ac817444cb0c8f1839cebaf31e63fe7021c8007ac9f77e5dae06cfdd0a989ee16452d6e96c4d
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

9 lines
No EOL
308 B
Text

function _isNativeReflectConstruct() {
try {
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
} catch (t) {}
return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
return !!t;
})();
}
export { _isNativeReflectConstruct as default };