UNPKG

hdr-histogram-js

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