import * as mod from "https://dotland.deno.dev/x/alosaur@v0.35.0/src/injection/providers/index.ts";
Interfaces
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. | |