import * as lambdaIoc from "https://deno.land/x/lambda_ioc@1.0.0/lambda-ioc/deno/combinators.ts";
Functions
Given a dependency factory, returns a new asynchronous factory that will always resolve the same instance of the dependency. | |
f func | Given a function, and a list of named dependencies, creates a new dependency factory that will resolve a parameterless function wrapping the original function and its resolved dependencies. |
Given a dependency factory, returns a new factory that will always resolve the same instance of the dependency. |