Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alosaur/src/utils/register-providers.ts>registerAppProviders

Alosaur - Deno web framework with many decorators
Go to Latest
function registerAppProviders
import { registerAppProviders } from "https://deno.land/x/alosaur@v1.1.0/src/utils/register-providers.ts";

Type Parameters

optional
T = any

Parameters

settings: { providers?: ProviderDeclarations[]; }
container: Container