Skip to content

Commit

Permalink
feat: Expose deregistering in types
Browse files Browse the repository at this point in the history
  • Loading branch information
jansav committed Jun 15, 2022
1 parent 5501a6f commit 6823839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/injectable/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export interface DiContainerForInjection {
inject: Inject;
injectMany: InjectMany;
register(...injectables: Injectable<any, any, any>[]): void;
deregister(...injectables: Injectable<any, any, any>[]): void;
}

export interface ILifecycle<InstantiationParam> {
Expand Down

0 comments on commit 6823839

Please sign in to comment.