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

x/froebel/isPromise.ts>default

A strictly typed utility library.
Go to Latest
variable default
import { default } from "https://deno.land/x/froebel@v0.18.0/isPromise.ts";

Checks if value looks like a promise.

type

<T = any>(value: unknown) => value is Promise<T>