anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.18k stars 563 forks source link

Export CandleData and CandleList #95

Closed trainerbill closed 6 years ago

trainerbill commented 6 years ago

https://github.com/anandanand84/technicalindicators/blob/master/src/index.ts

export { CandleData, CandleList } from "./StockData";

Will save me from having to redefine them. Awesome lib btw!

anandanand84 commented 6 years ago

sure I'll add it at next release.

anandanand84 commented 6 years ago

Fixed in 1.1.3