UNPKG

pricehistory

Version:
4 lines (3 loc) 156 B
import { DataPoint, Option, Candle } from "./types"; declare function pricehistory(series?: DataPoint[], option?: Option): Candle[]; export = pricehistory;