UNPKG

@react-stockcharts3/indicators

Version:

Indicators for react-stockcharts3

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