You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
StringRoomID, StringRoomAlias, StringUserID, and StringEventID all now have functions to check if their argument is
the associated type from unknown. Helpful for surrounding string
literals in tests without using as to cast.
The branding technique for string types such as StringUserID has
been changed to enable compatibility with libraries like zod, which
seem to want to structurally replicate types rather than refer to
them by name.