UNPKG

153 BTypeScriptView Raw
1import Quantize from './quantize';
2declare class Quantile extends Quantize {
3 type: string;
4 protected initCfg(): void;
5}
6export default Quantile;