536fcfc336f65f32ce5b8e491f05303667c57de1
Allows factory providers to be asynchronous and ensures concurrent requests for the same singleton await the same promise instead of triggering circular dependency errors.
Alveo
Alveo is a lightweight example of DI (Dependency Injection) container for TypeScript and JavaScript projects, designed to be simple and easy to use.
To install dependencies:
bun install
To run test:
bun test.ts
Description
Languages
TypeScript
100%