UNPKG

thistogram

Version:

A simple text based histogram and chart generator

5 lines 359 B
export { barHorizontal, plotPointRelativeToStandardDeviation, simpleHistogram } from './bars.js'; export type { Data, DataLine, HistogramDrawOptions, HistogramOptions } from './histogram.js'; export { histogram } from './histogram.js'; export { calcMean, calcMedian, calcStandardDeviation, calcVariance } from './stats.js'; //# sourceMappingURL=index.d.ts.map