foliojs/restructure

Expose little endian types

timkurvers opened this issue · 3 comments

Am currently dealing with formats that deal exclusively with little endian and it'd be nifty exposing int16le, uint32le and the likes alongside its big endian cousins.

Thoughts?

Sounds good. Maybe expose e.g. uint32be as well, as an alias to the current uint32, for consistency.

👍 Should these be individually tested too?

Thanks! 👍