Skip to content

Commit

Permalink
fix(types): add back some missing type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Jan 9, 2024
1 parent c9a067e commit 8f9eeb8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/awilix.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
export { AwilixContainer, ContainerOptions, createContainer } from './container'
export {
AwilixContainer,
ContainerOptions,
createContainer,
CacheEntry,
ClassOrFunctionReturning,
FunctionReturning,
NameAndRegistrationPair,
RegistrationHash,
ResolveOptions,
} from './container'
export {
AwilixError,
AwilixRegistrationError,
Expand Down

0 comments on commit 8f9eeb8

Please sign in to comment.