使用 @Findhow/Container 进行 TS 依赖注入,无需装饰器 🔥
原文英文,约1800词,阅读约需7分钟。发表于: 。@findhow/container A TypeScript-based Dependency Injection (DI) container supporting various binding types (singleton, transient, scoped), contextual bindings, middleware, circular dependency...
@findhow/container 是一个 TypeScript 依赖注入容器,支持单例、瞬态、作用域绑定等功能,并通过 Zod 确保类型安全。它无需装饰器,灵活适合需要高灵活性和类型安全的开发者。