Skip to main content
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.19.0/isPromise.ts";

Checks if value looks like a promise.

type

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