Skip to content

Commit

Permalink
Add strategy to module exports (#464)
Browse files Browse the repository at this point in the history
# Describe Request

This PR adds the strategies to the module exports, so you can use them
like they are mentioned in the documentation.
  • Loading branch information
andrerei committed May 19, 2024
1 parent ca58c30 commit b42e706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './chart/index';
export * from './company/index';
export * from './helper/index';
export * from './indicator/index';
export * from './strategy/index';

0 comments on commit b42e706

Please sign in to comment.