Skip to content

Commit

Permalink
fix(typings): dont use const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Nov 10, 2019
1 parent 29e1bcd commit 28bad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface Resolver {
get(container: Container, key: any): any;
}

export const enum Strategy {
export enum Strategy {
instance = 0,
singleton = 1,
transient = 2,
Expand Down

0 comments on commit 28bad61

Please sign in to comment.