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

x/tappin/core/mod.ts>isFactoryProvider

🦖 Powerful application framework for Deno
Latest
variable isFactoryProvider
Re-export
import { isFactoryProvider } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";

Checks if given value is a FactoryProvider

type

(t: any) => t is FactoryProvider<any>