source: trip-planner-front/node_modules/hdr-histogram-js/dist/EncodableHistogram.js@ 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: 508 bytes
Line 
1"use strict";
2/*
3 * This is a TypeScript port of the original Java version, which was written by
4 * Gil Tene as described in
5 * https://github.com/HdrHistogram/HdrHistogram
6 * and released to the public domain, as explained at
7 * http://creativecommons.org/publicdomain/zero/1.0/
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10exports.EncodableHistogram = void 0;
11class EncodableHistogram {
12}
13exports.EncodableHistogram = EncodableHistogram;
14//# sourceMappingURL=EncodableHistogram.js.map
Note: See TracBrowser for help on using the repository browser.