mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
6 lines
No EOL
222 B
JavaScript
Vendored
6 lines
No EOL
222 B
JavaScript
Vendored
import _typeof from "./typeof.js";
|
|
import toPrimitive from "./toPrimitive.js";
|
|
export default function _toPropertyKey(arg) {
|
|
var key = toPrimitive(arg, "string");
|
|
return _typeof(key) === "symbol" ? key : String(key);
|
|
} |