mirror of
https://github.com/codedread/bitjs
synced 2025-10-05 18:34:17 +02:00
Update TS types
This commit is contained in:
parent
440478c520
commit
14f82a83bc
9 changed files with 49 additions and 28 deletions
2
types/io/bitstream.d.ts
vendored
2
types/io/bitstream.d.ts
vendored
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue