UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

4 lines (3 loc) 99 B
export declare class NotEnoughDataError extends Error { constructor(requiredAmount: number); }