
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/@babel/runtime/helpers/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/@babel/runtime/helpers/toPropertyKey.js |
var _typeof = require("../helpers/typeof");
var toPrimitive = require("./toPrimitive");
function _toPropertyKey(arg) {
var key = toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
}
module.exports = _toPropertyKey;
