1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js

6 lines
208 B
JavaScript
Raw Normal View History

2024-01-16 21:26:16 +08:00
import _typeof from "./typeof.js";
import toPrimitive from "./toPrimitive.js";
export default function toPropertyKey(t) {
var i = toPrimitive(t, "string");
return "symbol" == _typeof(i) ? i : String(i);
2023-12-18 13:12:25 +08:00
}