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

6 lines
208 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00: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);
}