digidem / comapeo-schema

Data schemas for mapeo data types
MIT License
2 stars 0 forks source link

chore: remove `any`s from decode helper function #247

Closed EvanHahn closed 2 months ago

EvanHahn commented 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.