Files
handler/src/core/ioc/index.ts
Jacob Nguyen 26ccd118ff feat: dispose hooks (deprecate useContainerRaw) (#323)
* feat: dispose hooks

* build: unminify, add source map, deprecate useContainerRaw

* fix regression of context and fix tsup build
2023-08-17 12:51:24 -05:00

3 lines
122 B
TypeScript

export { makeDependencies } from './base';
export { Service, Services, single, transient } from './dependency-injection';