Rocky_Mountain_Vending/.pnpm-store/v10/files/72/a111a3f2554ee76f23428d805e94fb894b96e9dae2a87574001f4d01233fd52ee1894a19489c6a0351261e9d36ed48f024724c11c4cc5d2e7509c77e879ee8
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
196 B
Text

'use strict';
var hasSymbols = require('has-symbols');
/** @type {import('.')} */
module.exports = function hasToStringTag() {
return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};