import { isValueProvider } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";
Checks if given value is a ValueProvider
type
(t: any) => t is ValueProvider<any>
import { isValueProvider } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";
Checks if given value is a ValueProvider