technicalindicators icon indicating copy to clipboard operation
technicalindicators copied to clipboard

Missing CrossOver and TypicalPrice export in index.d.ts

Open ZappaBoy opened this issue 5 years ago • 0 comments

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

ZappaBoy avatar Mar 31 '20 00:03 ZappaBoy