Skip to content

Commit

Permalink
fix: export types like ResourcesController
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 15, 2024
1 parent 7164682 commit 309d6ec
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
@@ -1,5 +1,7 @@
import { Router } from './Router.js';

export type * from './types.js';
export * from './Layer.js';
export * from './Router.js';
export * from './EggRouter.js';

Expand Down

0 comments on commit 309d6ec

Please sign in to comment.