default: {
    ADD: commands/t-digest/ADD;
    BYRANK: commands/t-digest/BYRANK;
    BYREVRANK: commands/t-digest/BYREVRANK;
    CDF: commands/t-digest/CDF;
    CREATE: commands/t-digest/CREATE;
    INFO: commands/t-digest/INFO;
    MAX: commands/t-digest/MAX;
    MERGE: commands/t-digest/MERGE;
    MIN: commands/t-digest/MIN;
    QUANTILE: commands/t-digest/QUANTILE;
    RANK: commands/t-digest/RANK;
    RESET: commands/t-digest/RESET;
    REVRANK: commands/t-digest/REVRANK;
    TRIMMED_MEAN: commands/t-digest/TRIMMED_MEAN;
    add: commands/t-digest/ADD;
    byRank: commands/t-digest/BYRANK;
    byRevRank: commands/t-digest/BYREVRANK;
    cdf: commands/t-digest/CDF;
    create: commands/t-digest/CREATE;
    info: commands/t-digest/INFO;
    max: commands/t-digest/MAX;
    merge: commands/t-digest/MERGE;
    min: commands/t-digest/MIN;
    quantile: commands/t-digest/QUANTILE;
    rank: commands/t-digest/RANK;
    reset: commands/t-digest/RESET;
    revRank: commands/t-digest/REVRANK;
    trimmedMean: commands/t-digest/TRIMMED_MEAN;
}

Generated using TypeDoc