Skip to content

Commit

Permalink
Merge pull request #166 from alecgibson/fix-multi-inject-export
Browse files Browse the repository at this point in the history
fix(strongly-typed): export `TypedMultiInject`
  • Loading branch information
notaphplover authored Dec 7, 2024
2 parents 0103076 + e67c17b commit 20625c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-coins-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inversifyjs/strongly-typed": patch
---

Fix `TypedMultiInject` export
2 changes: 1 addition & 1 deletion packages/container/libraries/strongly-typed/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { TypedContainer } from './container';
export type { TypedInject } from './inject';
export type { TypedInject, TypedMultiInject } from './inject';

0 comments on commit 20625c5

Please sign in to comment.