Spaces:
Running
Running
File size: 223 Bytes
78c921d |
1 2 3 4 5 6 |
import { FixedSizeBinary } from '../type.js';
import { FixedWidthBuilder } from '../builder.js';
/** @ignore */
export declare class FixedSizeBinaryBuilder<TNull = any> extends FixedWidthBuilder<FixedSizeBinary, TNull> {
}
|