NET-Web-API-w-Angular/my-app/node_modules/hdr-histogram-js/dist/Int16Histogram.d.ts

5 lines
269 B
TypeScript
Executable file

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