anandanand84 / technicalindicators

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

Missing CrossOver and TypicalPrice export in index.d.ts #210

Open ZappaBoy opened 4 years ago

ZappaBoy commented 4 years ago

Missing lines in declarations/index.d.ts:

export { TypicalPrice, typicalprice } from './chart_types/TypicalPrice';
export { crossOver, CrossOver } from './Utils/CrossOver';

Pull Request: https://github.com/anandanand84/technicalindicators/pull/209

I hope that's was helpful