Icard/angular-clarity-master(work.../node_modules/hdr-histogram-js/dist/Int16Histogram.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 Int16Histogram extends TypedArrayHistogram {
constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
}
export default Int16Histogram;