Skip to content

Commit

Permalink
expose Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjbartlett committed Mar 6, 2024
1 parent bda7035 commit 5426c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__exports/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { createContainer } from '../core/container';
export { type Container, type FactoryFunction, type Scope, type Binding } from '../core/types';
export { type Container, type FactoryFunction, Scope, type Binding } from '../core/types';

0 comments on commit 5426c86

Please sign in to comment.