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

x/deco/engine/core/utils.ts>isAwaitable

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
function isAwaitable
import { isAwaitable } from "https://deno.land/x/deco@1.35.3/engine/core/utils.ts";

Parameters

v: T | Promise<T>

Returns

v is Promise<T>