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

x/alosaur/src/injection/providers/index.ts>isValueProvider

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

Parameters

provider: Provider<T>

Returns

provider is ValueProvider<T>