1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Move some common type definitions into archive/common.js and some comments.

This commit is contained in:
Jeff Schiller 2024-01-20 16:12:55 -08:00
parent 4fc0c3da2b
commit 45fdedd663
11 changed files with 75 additions and 83 deletions

View file

@ -9,6 +9,8 @@
* Copyright(c) 2011 antimatter15
*/
// TODO: Allow big-endian and little-endian, with consistent naming.
/**
* A write-only Byte buffer which uses a Uint8 Typed Array as a backing store.
*/