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

[Fix] Invalid typing for BufferReader/Writer options. #17

Closed iwoplaza closed 1 month ago

iwoplaza commented 1 month ago

Fixes #15

UlrichEckhardt commented 1 month ago

This looks really nice, thank you for that quick fix!