UNPKG

@neabyte/candlestick-cli

Version:

Beautiful terminal candlestick charts with real-time trading data. Create stunning ASCII art charts directly in your terminal with support for live market data, custom colors, and professional trading visualization.

5 lines (4 loc) 236 B
import type { CliOptions } from './types.js'; import type { Chart } from '../chart/chart.js'; export declare function showAsciiHeader(): void; export declare function handleChartOutput(chart: Chart, options: CliOptions): Promise<void>;