supercat666's picture
add igv
78c921d
raw
history blame
No virus
223 Bytes
import { FixedSizeBinary } from '../type.js';
import { FixedWidthBuilder } from '../builder.js';
/** @ignore */
export declare class FixedSizeBinaryBuilder<TNull = any> extends FixedWidthBuilder<FixedSizeBinary, TNull> {
}