Skip to content

Commit

Permalink
fix: export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Rudowski committed Jul 20, 2022
1 parent ab704ff commit 3cb9b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ class YupRouter<StateRT = DefaultState, ContextRT = DefaultContext> extends KoaR
}
}

export * from './types/index.js';

export default YupRouter;

export { YupRouter };

0 comments on commit 3cb9b6b

Please sign in to comment.