Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/src/injection/providers/factory-provider.ts>isFactoryProvider

Alosaur - Deno web framework with many decorators
Go to Latest
function isFactoryProvider
import { isFactoryProvider } from "https://deno.land/x/alosaur@v0.32.0/src/injection/providers/factory-provider.ts";

Parameters

provider: Provider<T>

Returns

provider is FactoryProvider<any>