UNPKG

@react-financial-charts/indicators

Version:
13 lines (12 loc) 311 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; } | any; };