%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/node_modules/@babel/runtime/helpers/ |
Current File : /home/ugotscom/bos_naturals/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;