Rocky_Mountain_Vending/.pnpm-store/v10/files/bd/909898fe4fceed0e9fd73e4d53705fa9c72ce2b59f3313e3e9be588912a8b4e07defd0285198a14117383664858a1c1f77bebd8aa0a10b2b5e37bccbdb8699
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
280 B
Text

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