UNPKG

@codecovevienna/gittt-cli

Version:

Tracking time with CLI into a git repository

5 lines (4 loc) 241 B
export declare class ChartHelper { static bar: (value: number, maxValue: number, maxBarLength: number) => string; static chart: (data: any, showValue?: boolean, maxBarLength?: number, sort?: boolean, postValue?: string) => string; }