Skip to content

Commit

Permalink
feat: extend exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelJCamara committed Jan 14, 2025
1 parent dfd05eb commit bba0f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export type { GenericConstructor, InjectionKey } from './_shared/types';
export { Injectable } from './decorator/injectable';
export { Inject } from './decorator/inject';
export { xContainer } from './container/di-container';
export { Lifetime } from './container/lifetime';
export type { IInjectableConfiguration } from './_shared/injectable.configuration';
export type { IInjectableConfiguration } from './_shared/injectable.configuration';
export {IDependency} from './container/dependency';

0 comments on commit bba0f1c

Please sign in to comment.