astro-ghostcms/.pnpm-store/v3/files/01/2fc5f91bfa9fa5772c255109105...

6 lines
208 B
Plaintext

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);
}