@rbxts/bitbuffer
TypeScript icon, indicating that this package has built-in type declarations

1.1.1-ts.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @rbxts/bitbuffer

Weekly Downloads

1

Version

1.1.1-ts.1

License

MIT

Unpacked Size

94.3 kB

Total Files

5

Last publish

Collaborators

  • tacheometry