File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
export {
2
- AwilixContainer ,
3
- ContainerOptions ,
2
+ type AwilixContainer ,
3
+ type ContainerOptions ,
4
+ type CacheEntry ,
5
+ type ClassOrFunctionReturning ,
6
+ type FunctionReturning ,
7
+ type NameAndRegistrationPair ,
8
+ type RegistrationHash ,
9
+ type ResolveOptions ,
4
10
createContainer ,
5
- CacheEntry ,
6
- ClassOrFunctionReturning ,
7
- FunctionReturning ,
8
- NameAndRegistrationPair ,
9
- RegistrationHash ,
10
- ResolveOptions ,
11
11
} from './container'
12
12
export {
13
13
AwilixError ,
14
14
AwilixRegistrationError ,
15
15
AwilixResolutionError ,
16
16
AwilixTypeError ,
17
17
} from './errors'
18
- export { InjectionMode , InjectionModeType } from './injection-mode'
19
- export { Lifetime , LifetimeType } from './lifetime'
18
+ export { InjectionMode , type InjectionModeType } from './injection-mode'
19
+ export { Lifetime , type LifetimeType } from './lifetime'
20
20
export {
21
- GlobWithOptions ,
22
- ListModulesOptions ,
23
- ModuleDescriptor ,
21
+ type GlobWithOptions ,
22
+ type ListModulesOptions ,
23
+ type ModuleDescriptor ,
24
24
listModules ,
25
25
} from './list-modules'
26
26
export {
27
- BuildResolverOptions ,
28
- Disposer ,
29
- InjectorFunction ,
30
- Resolver ,
31
- ResolverOptions ,
32
- BuildResolver ,
33
- Constructor ,
34
- DisposableResolver ,
35
- DisposableResolverOptions ,
27
+ type BuildResolverOptions ,
28
+ type Disposer ,
29
+ type InjectorFunction ,
30
+ type Resolver ,
31
+ type ResolverOptions ,
32
+ type BuildResolver ,
33
+ type Constructor ,
34
+ type DisposableResolver ,
35
+ type DisposableResolverOptions ,
36
36
RESOLVER ,
37
37
aliasTo ,
38
38
asClass ,
You can’t perform that action at this time.
0 commit comments