Urara-Blog/node_modules/.pnpm-store/v3/files/84/76da85212075312750594486f8dd4839bf5c6f845e1bcec56f788bbbf5a077b888802d9cbe5fc435671f1d783adb536ab91ea6da8d605ea469509dfde91ee7
2022-08-14 01:14:53 +08:00

6 lines
No EOL
222 B
Text

import _typeof from "./typeof.js";
import toPrimitive from "./toPrimitive.js";
export default function _toPropertyKey(arg) {
var key = toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
}