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>
11 lines
283 B
Text
11 lines
283 B
Text
"use strict";
|
|
|
|
var _to_primitive = require("./_to_primitive.cjs");
|
|
var _type_of = require("./_type_of.cjs");
|
|
|
|
function _to_property_key(arg) {
|
|
var key = _to_primitive._(arg, "string");
|
|
|
|
return _type_of._(key) === "symbol" ? key : String(key);
|
|
}
|
|
exports._ = _to_property_key;
|