Your IP : 216.73.216.79


Current Path : /var/www/html/maiwp.bak/node_modules/@babel/runtime/helpers/
Upload File :
Current File : /var/www/html/maiwp.bak/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;