BitBuffer
TS typings for Dekkonot's BitBuffer implementation.
Installation
Run npm i @rbxts/bitbuffer
in your project directory.
Usage
import BitBuffer from "@rbxts/bitbuffer";
const buffer = BitBuffer();
buffer.writeBits(1, 0);
To contribute to BitBuffer, please file Pull Requests and Issues in its GitHub repository, and not in the repository of this package. The types here will reflect the most recent release of the Luau code.