0.7.0-unstable.82 • Published 5 months ago

@transmute/compressable-bitstring v0.7.0-unstable.82

Weekly downloads
245
License
Apache-2.0
Repository
github
Last release
5 months ago

@transmute/compressable-bitstring

npm i @transmute/compressable-bitstring@latest --save

Usage

import { Bitstring } from '@transmute/compressable-bitstring';
const bitstring = new Bitstring({ length: 8 });
bitstring.set(4, true);
expect(bitstring.get(3)).toBe(false);
expect(bitstring.get(4)).toBe(true);
expect(await bitstring.encodeBits()).toBe('H4sIAAAAAAAAAxMAAOn_tc8BAAAA');

About

This module is based on / interoperable with digitalbazaar/bitstring.

0.7.0-unstable.82

5 months ago

0.7.0-unstable.81

11 months ago

0.7.0-unstable.9

3 years ago

0.7.0-unstable.8

3 years ago

0.7.0-unstable.7

3 years ago

0.7.0-unstable.6

3 years ago

0.7.0-unstable.5

3 years ago

0.7.0-unstable.4

3 years ago

0.7.0-unstable.3

3 years ago

0.7.0-unstable.2

3 years ago

0.7.0-unstable.1

3 years ago

0.6.1-unstable.9

3 years ago

0.6.1-unstable.8

3 years ago

0.6.1-unstable.7

3 years ago

0.6.1-unstable.5

3 years ago

0.6.1-unstable.6

3 years ago

0.6.1-unstable.1

3 years ago

0.6.1-unstable.0

3 years ago

0.6.1-unstable.3

3 years ago

0.6.1-unstable.2

3 years ago

0.6.1-unstable.4

3 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.6.0

3 years ago

0.0.4-unstable.9

3 years ago

0.0.4-unstable.8

3 years ago

0.0.4-unstable.7

3 years ago

0.0.4-unstable.6

3 years ago