A simple dependency injection library built for Deno.
https://jsr.io/@fpallas/ddi
- TypeScript 100%
| .github/workflows | ||
| src | ||
| deno.json | ||
| deno.lock | ||
| LICENSE | ||
| README.md | ||
DDI - Deno Dependency Injection
A simple dependency injection library built for Deno.
This library provides a simple dependency injection container for Deno. It also includes basic modules for logging and routing. The library is designed with testability in mind. By using aliases, you can easily define interfaces and swap implementations.