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

10 lines
No EOL
222 B
Text

"use strict";
exports.__esModule = true;
exports.default = isDocument;
function isDocument(element) {
return 'nodeType' in element && element.nodeType === document.DOCUMENT_NODE;
}
module.exports = exports["default"];