import * as Chart from "asciichart"; export const COlORS = [ ["red", Chart.red], ["blue", Chart.blue], ["green", Chart.green], ["yellow", Chart.yellow], ["magenta", Chart.magenta], ]; export const CHART_HEIGHT = 12; export const DEFAULT_BINS = 30;