UNPKG

sketches-js-hassy

Version:

TypeScript implementation of DDSketch, a distributed quantile sketch algorithm

12 lines (11 loc) 511 B
"use strict"; /* * Unless explicitly stated otherwise all files in this repository are licensed * under the Apache 2.0 license (see LICENSE). * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020 Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DDSketch = void 0; var ddsketch_1 = require("./ddsketch"); Object.defineProperty(exports, "DDSketch", { enumerable: true, get: function () { return ddsketch_1.DDSketch; } });