Icard/angular-clarity-master(work.../node_modules/hdr-histogram-js/dist/Int32Histogram.d.ts

6 lines
269 B
TypeScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
import TypedArrayHistogram from "./TypedArrayHistogram";
declare class Int32Histogram extends TypedArrayHistogram {
constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
}
export default Int32Histogram;