source: trip-planner-front/node_modules/hdr-histogram-js/dist/packedarray/ResizeError.js@ e29cc2e

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

initial commit

  • Property mode set to 100644
File size: 538 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ResizeError = void 0;
4/*
5 * This is a TypeScript port of the original Java version, which was written by
6 * Gil Tene as described in
7 * https://github.com/HdrHistogram/HdrHistogram
8 * and released to the public domain, as explained at
9 * http://creativecommons.org/publicdomain/zero/1.0/
10 */
11class ResizeError {
12 constructor(newSize) {
13 this.newSize = newSize;
14 }
15}
16exports.ResizeError = ResizeError;
17//# sourceMappingURL=ResizeError.js.map
Note: See TracBrowser for help on using the repository browser.