(key: PropertyKey)
| 3633 | {} |
| 3634 | |
| 3635 | const canonicalPropertyKey = (key: PropertyKey): string | symbol => |
| 3636 | typeof key === "symbol" ? key : globalThis.String(key) |
| 3637 | |
| 3638 | /** |
| 3639 | * Renames struct keys in the encoded form without changing the decoded type. |