UNPKG

ta-math

Version:

Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data

7 lines (6 loc) 203 B
export declare type Format = (x: any) => { [index: string]: any; }; export declare let simpleFormat: Format; export declare let exchangeFormat: Format; export declare let objectFormat: Format;