Closed EvanHahn closed 2 months ago
This change should have no user impact.
It's generally good to avoid anys, as they worsen type safety. This removes 3 of them in a decode helper function.
any
decode
This change should have no user impact.
It's generally good to avoid
any
s, as they worsen type safety. This removes 3 of them in adecode
helper function.