bpms_site/.svn/pristine/0a/0afa3b14de5e9b98152c8ced80cd7096cdf8b7b1.svn-base
2025-11-02 16:38:49 +03:30

6 lines
259 B
Plaintext

import _typeof from "next/dist/compiled/@babel/runtime/helpers/typeof";
import toPrimitive from "./toPrimitive.js";
export default function _toPropertyKey(arg) {
var key = toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
}