Skip to main content
Module

x/alosaur/mod.ts>FactoryFunction

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
type alias FactoryFunction
import { type FactoryFunction } from "https://deno.land/x/alosaur@v0.35.2/mod.ts";
definition: (dependencyContainer: DependencyContainer) => T