UNPKG

hdr-histogram-js

Version:
6 lines (5 loc) 269 B
import TypedArrayHistogram from "./TypedArrayHistogram"; declare class Int32Histogram extends TypedArrayHistogram { constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number); } export default Int32Histogram;