mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
* Use DesiredPropertiesError instead of strings Using an object allows typescript to error in more cases as with strings if the original propriety was a string it would not error for stuff like `.endsWith(...)` We use a symbol to make sure the type doesn't actually become a generic object, but instead is a specific type that can be checked against. * Update docs