| Current Path : /var/www/html/dynawebv3.blunetdev.com/node_modules/@babel/runtime/helpers/ |
| Current File : /var/www/html/dynawebv3.blunetdev.com/node_modules/@babel/runtime/helpers/toPropertyKey.js |
var _typeof = require("@babel/runtime/helpers/typeof");
var toPrimitive = require("./toPrimitive");
function _toPropertyKey(arg) {
var key = toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
}
module.exports = _toPropertyKey;