1.1.1-ts.1 • Published 2 years ago

@rbxts/bitbuffer v1.1.1-ts.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

BitBuffer

TS typings for Dekkonot's BitBuffer implementation.

Installation

NPM

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.