Skip to main content
Module

x/live/mod.ts>isDeferred

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable isDeferred
import { isDeferred } from "https://deno.land/x/live@1.75.5/mod.ts";

type

<T, TContext extends BaseContext = BaseContext>(f: Deferred<T, TContext> | unknown) => f is Deferred<T, TContext>