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
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
import { _ as _to_primitive } from "./_to_primitive.js";
|
|
import { _ as _type_of } from "./_type_of.js";
|
|
|
|
function _to_property_key(arg) {
|
|
var key = _to_primitive(arg, "string");
|
|
|
|
return _type_of(key) === "symbol" ? key : String(key);
|
|
}
|
|
export { _to_property_key as _ };
|