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