Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/140a3d40d775789e6a9e9a6068549e236cd27aaac87000e3102d1eb0abe778d69050fd88397b8781e6d3ade6c338ad36dadf0ee024716973f7f31d9e5aa45f
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

2 lines
175 B
Text

export const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
Object.prototype.toString.call(arg) === "[object ArrayBuffer]";