UNPKG

@react-financial-charts/indicators

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