Skip to main content
Module

x/mutevents/mod.ts>isPromise

Typed, async, and promiseable events for Deno
Latest
function isPromise
import { isPromise } from "https://deno.land/x/mutevents@5.4.1/mod.ts";

Parameters

x: unknown

Returns

x is Promise<unknown>