bsh-bit-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

#Summary A class to manage 8 byte ArrayBuffers and some associated utilites for working with bits

import { Bits } from "bsh-bit-utils";
const bits = new Bits();
bits.setBit(3, 2);
bits.setBit(3, 3);
bits.setBit(2, 7);

const decimalBits = bits.getAllDecimal();

Readme

Keywords

none

Package Sidebar

Install

npm i bsh-bit-utils

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

8.21 kB

Total Files

10

Last publish

Collaborators

  • euchremylucre