@gmod/bbi 1.0.30 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bigbed.d.ts CHANGED
@@ -3,7 +3,7 @@ import { BlockView } from './blockView';
3
3
  export declare function filterUndef<T>(ts: (T | undefined)[]): T[];
4
4
  export declare class BigBed extends BBI {
5
5
  readIndicesCache: any;
6
- constructor(opts: any);
6
+ constructor(opts?: any);
7
7
  readIndices(opts?: AbortSignal | RequestOptions): any;
8
8
  protected getView(scale: number, opts: RequestOptions): Promise<BlockView>;
9
9
  private _readIndices;