bint
The default export of the @briklab/net-t package. It's a factory function that can be called to create a BintInstance, or used to access the fromBuffer method for deserialization.
Usage
ts
import bint from '@briklab/net-t';
// Create new instance
const instance = bint();
// Deserialize from buffer
const restored = bint.fromBuffer(buffer);