UNPKG

@react-financial-charts/indicators

Version:
13 lines (12 loc) 280 B
export interface WMAOptions { sourcePath?: string; windowSize: number; } export default function (): { (data: any[]): any[]; undefinedLength(): number; options(newOptions?: WMAOptions): { sourcePath: string; windowSize: number; } | any; };