Interface BucketOptions

interface BucketOptions {
    bits: number;
    hash(value): InfiniteHash;
}

Properties

Methods

Properties

bits: number

Methods

Generated using TypeDoc