import { type FactoryProvider } from "https://deno.land/x/alosaur@v0.31.0/src/injection/providers/index.ts";
Provide a dependency using a factory. Unlike the other providers, this does not support instance caching. If you need instance caching, your factory method must implement it.
Properties
useFactory: (dependencyContainer: DependencyContainer) => T