UNPKG

185 BJavaScriptView Raw
1import _typeof from "../../helpers/es6/typeof";
2export default function _toPropertyKey(key) {
3 if (_typeof(key) === "symbol") {
4 return key;
5 } else {
6 return String(key);
7 }
8}
\No newline at end of file