mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
10 lines
No EOL
338 B
Text
10 lines
No EOL
338 B
Text
var _typeof = require("./typeof.js")["default"];
|
|
|
|
var toPrimitive = require("./toPrimitive.js");
|
|
|
|
function _toPropertyKey(arg) {
|
|
var key = toPrimitive(arg, "string");
|
|
return _typeof(key) === "symbol" ? key : String(key);
|
|
}
|
|
|
|
module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; |