Skip to content

Commit

Permalink
fix: export types like ResourcesController (#11)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced module exports to include all types from `types.js` and added
exports for `Layer.js`, providing better integration and usability for
developers.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 authored Jun 15, 2024
1 parent 7164682 commit 83d3309
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 83d3309

Please sign in to comment.