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

x/tappin/core/mod.ts>isAsyncFactoryProvider

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

Check if given value is an async provider

type

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