Skip to main content
The Deno 2 Release Candidate is 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@v0.34.0/src/utils/register-providers.ts";

Type Parameters

optional
T = any

Parameters

settings: { providers?: ProviderDeclaration[]; }