Skip to content

Commit

Permalink
fix: point type exports to correct file (#355)
Browse files Browse the repository at this point in the history
* fix(package.json): types exports

* fix: export results under namespace

Co-authored-by: Dan Cavanagh <djcavanagh@gmail.com>
  • Loading branch information
guidojw and dcavanagh committed Oct 15, 2021
1 parent b27e20f commit 281fe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from './decorators';
export * from './constants';
export * from './interfaces';
export * as interfaces from './interfaces';
export * from './results';
export * as results from './results';
export * from './base_http_controller';
export * from './base_middleware';
export * from './utils';
Expand Down

0 comments on commit 281fe80

Please sign in to comment.