1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 18:34:17 +02:00

Update TS types

This commit is contained in:
Jeff Schiller 2024-02-04 21:22:21 -08:00
parent 440478c520
commit 14f82a83bc
9 changed files with 49 additions and 28 deletions

View file

@ -6,7 +6,7 @@
*
* Bit reading always proceeds from the first byte in the buffer, to the
* second byte, and so on. The MTL flag controls which bit is considered
* first *inside* the byte.
* first *inside* the byte. The default is least-to-most direction.
*
* An Example for how Most-To-Least vs Least-to-Most mode works:
*