Skip to content

Commit

Permalink
feat: export IDependency as a type from the dependency container
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelJCamara committed Jan 14, 2025
1 parent bba0f1c commit f9f1e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export { Inject } from './decorator/inject';
export { xContainer } from './container/di-container';
export { Lifetime } from './container/lifetime';
export type { IInjectableConfiguration } from './_shared/injectable.configuration';
export {IDependency} from './container/dependency';
export type { IDependency } from './container/dependency';

0 comments on commit f9f1e7d

Please sign in to comment.