Function: InstallDependenciesMiddleware()
Function: InstallDependenciesMiddleware()
function InstallDependenciesMiddleware(context, next): Promise<IBlueprint>;
Install dependencies.
Parameters
context
Input data to transform via middleware.
next
NextPipe
<ConsoleContext
, IBlueprint
>
Function to pass to the next middleware.
Returns
Promise
<IBlueprint
>
A promise resolving with the context object.