UNPKG

fast-technical-indicators

Version:

High-performance technical indicators with zero dependencies - compatible with technicalindicators package

8 lines (7 loc) 245 B
/** * Available Indicators utility for API compatibility with technicalindicators package */ export declare function getAvailableIndicators(): string[]; export declare const AvailableIndicators: { getAll: typeof getAvailableIndicators; };