UNPKG

trading-signals

Version:

Technical indicators to run technical analysis with JavaScript / TypeScript.

2 lines (1 loc) 119 B
export declare function pushUpdate<T>(array: T[], replace: boolean, item: T, maxLength: number): T | null | undefined;