%PDF- %PDF-
Direktori : /var/www/html/node_modules/@swc/helpers/src/ |
Current File : /var/www/html/node_modules/@swc/helpers/src/_to_property_key.mjs |
import _typeof from './_type_of.mjs'; import toPrimitive from './_to_primitive.mjs'; export default function _toPropertyKey(arg) { var key = toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }