ohctechv3/.svn/pristine/07/077faa249a3684a39656edcee2d87cf5b3c8bca7.svn-base
2024-10-28 15:03:36 +05:30

14 lines
344 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = toPropertyKey;
var _toPrimitive = require("./toPrimitive.js");
function toPropertyKey(arg) {
var key = (0, _toPrimitive.default)(arg, "string");
return typeof key === "symbol" ? key : String(key);
}
//# sourceMappingURL=toPropertyKey.js.map