UNPKG

pricehistory

Version:
4 lines (3 loc) 186 B
import { Option, DataPoint, Candle } from "./types"; declare function setCandlePrice(option: Option, curr: DataPoint, candle: Candle, prev: Candle): void; export default setCandlePrice;