Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
"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;
|