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

duplicated declarations #166

Closed hariseldon78 closed 5 years ago

hariseldon78 commented 5 years ago

Hello, there is still a problem with duplicated declarations in the generated.d.ts:

export {FixedSizeLinkedList };

/**
  * Created by AAravindan on 5/7/16.
  */
export class FixedSizeLinkedList extends LinkedList {
    size: number;

so i fixed the problem to the root with this merge request: https://github.com/anandanand84/technicalindicators/pull/165

anandanand84 commented 5 years ago

Merged and published