Files
cht-lawfirm/front/app/node_modules/hdr-histogram-js/dist/Float64Histogram.d.ts
2023-01-16 17:49:38 +01:00

6 lines
273 B
TypeScript

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