public max()

in src/bucket.ts [87:89]


  public max(): number {
    return this.options.max;
  }