iwoplaza / typed-binary

Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.
MIT License
25 stars 1 forks source link

Accept readonly types in `write` functions. #9

Open iwoplaza opened 2 months ago

iwoplaza commented 2 months ago

Since write functions should not mutate the arguments, we can allow readonly types to be passed in.