Skip to main content
Module

x/jsx_stream/guards.ts>isPromiseLike

JSX runtime for server-side only async streaming
Latest
function isPromiseLike
import { isPromiseLike } from "https://deno.land/x/jsx_stream@v0.2.0/guards.ts";

Parameters

value: T | PromiseLike<T> | unknown

Returns

value is PromiseLike<T>