UNPKG

@react-stockcharts3/indicators

Version:

Indicators for react-stockcharts3

13 lines (12 loc) 309 B
export interface TMAOptions { readonly sourcePath?: string; readonly windowSize: number; } export default function (): { (data: any[]): any[]; undefinedLength(): number; options(newOptions?: TMAOptions): { sourcePath: string; windowSize: number; } | /*elided*/ any; };