mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
* feat: dispose hooks * build: unminify, add source map, deprecate useContainerRaw * fix regression of context and fix tsup build
3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
export { makeDependencies } from './base';
|
|
export { Service, Services, single, transient } from './dependency-injection';
|