File "toPropertyKey.js"

Full Path: /var/www/html/gitep_front/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
File size: 227 bytes
MIME-type: text/x-java
Charset: utf-8

import _typeof from "./typeof.js";
import toPrimitive from "./toPrimitive.js";
function toPropertyKey(t) {
  var i = toPrimitive(t, "string");
  return "symbol" == _typeof(i) ? i : i + "";
}
export { toPropertyKey as default };