UNPKG

252 BJavaScriptView Raw
1var _typeof = require("../helpers/typeof");
2
3var toPrimitive = require("./toPrimitive");
4
5function _toPropertyKey(arg) {
6 var key = toPrimitive(arg, "string");
7 return _typeof(key) === "symbol" ? key : String(key);
8}
9
10module.exports = _toPropertyKey;
\No newline at end of file