Last change
on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
704 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { JsHistogram } from "./JsHistogram";
|
---|
| 2 | import { BitBucketSize } from "./Histogram";
|
---|
| 3 | export declare const deflate: any;
|
---|
| 4 | export declare const inflate: any;
|
---|
| 5 | export declare function decompress(data: Uint8Array): Uint8Array;
|
---|
| 6 | export declare function doDecode(data: Uint8Array, bitBucketSize?: BitBucketSize, minBarForHighestTrackableValue?: number): JsHistogram;
|
---|
| 7 | declare function doEncodeIntoCompressedBase64(compressionLevel?: number): string;
|
---|
| 8 | declare module "./JsHistogram" {
|
---|
| 9 | namespace JsHistogram {
|
---|
| 10 | let decode: typeof doDecode;
|
---|
| 11 | }
|
---|
| 12 | }
|
---|
| 13 | declare module "./JsHistogram" {
|
---|
| 14 | interface JsHistogram {
|
---|
| 15 | encodeIntoCompressedBase64: typeof doEncodeIntoCompressedBase64;
|
---|
| 16 | }
|
---|
| 17 | }
|
---|
| 18 | export {};
|
---|
Note:
See
TracBrowser
for help on using the repository browser.