Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/is_what/src/index.ts>isPromise

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Go to Latest
function isPromise
import { isPromise } from "https://deno.land/x/is_what@v4.1.15/src/index.ts";

Returns whether the payload is a Promise

Parameters

payload: any

Returns

payload is Promise<any>