UNPKG

thistogram

Version:

A simple text based histogram and chart generator

4 lines 263 B
export { barHorizontal, plotPointRelativeToStandardDeviation, simpleHistogram } from './bars.js'; export { histogram } from './histogram.js'; export { calcMean, calcMedian, calcStandardDeviation, calcVariance } from './stats.js'; //# sourceMappingURL=index.js.map