iwoplaza / typed-binary

Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.
https://iwoplaza.github.io/typed-binary/
MIT License
106 stars 3 forks source link

Accept readonly types in `write` functions. #9

Open iwoplaza opened 5 months ago

iwoplaza commented 5 months ago

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