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

6 lines
273 B
TypeScript

import TypedArrayHistogram from "./TypedArrayHistogram";
declare class Float64Histogram extends TypedArrayHistogram {
constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
}
export default Float64Histogram;