UNPKG

@4ex/indicators

Version:

Technical indicators for ohlc charts written in TypeScript

4 lines (3 loc) 156 B
import { Indicator } from '../indicators'; import { IndicatorsEnum } from '../types'; export declare const Store: Record<IndicatorsEnum, typeof Indicator>;