source:
trip-planner-front/node_modules/hdr-histogram-js/dist/Int8Histogram.d.ts@
6a3a178
Last change on this file since 6a3a178 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 267 bytes |
Line | |
---|---|
1 | import TypedArrayHistogram from "./TypedArrayHistogram"; |
2 | declare class Int8Histogram extends TypedArrayHistogram { |
3 | constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number); |
4 | } |
5 | export default Int8Histogram; |
Note:
See TracBrowser
for help on using the repository browser.