NET-Web-API-w-Angular/my-app/node_modules/hdr-histogram-js/dist/EncodableHistogram.js

14 lines
No EOL
508 B
JavaScript
Executable file

"use strict";
/*
* This is a TypeScript port of the original Java version, which was written by
* Gil Tene as described in
* https://github.com/HdrHistogram/HdrHistogram
* and released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EncodableHistogram = void 0;
class EncodableHistogram {
}
exports.EncodableHistogram = EncodableHistogram;
//# sourceMappingURL=EncodableHistogram.js.map