Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/isPromise.ts>default

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

Checks if value looks like a promise.

type

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