Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/01e3420053b1c06c0561e68c833a1caafd3b8a9e88920476a6befbdcaca9da50fb1200db6256d11397c0c9d6a67cedf6ac7d9f801cc76f80927de433fc7823
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

8 lines
No EOL
207 B
Text

function _isNativeFunction(t) {
try {
return -1 !== Function.toString.call(t).indexOf("[native code]");
} catch (n) {
return "function" == typeof t;
}
}
export { _isNativeFunction as default };