source: trip-planner-front/node_modules/hdr-histogram-js/dist/Int32Histogram.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 269 bytes
Line 
1import TypedArrayHistogram from "./TypedArrayHistogram";
2declare class Int32Histogram extends TypedArrayHistogram {
3 constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
4}
5export default Int32Histogram;
Note: See TracBrowser for help on using the repository browser.