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

x/tsafe/index.ts>isPromiseLike

🔩 The missing TypeScript utils
Latest
function isPromiseLike
import { isPromiseLike } from "https://deno.land/x/tsafe@v1.7.2/index.ts";

Type Parameters

optional
T = void

Returns

o is PromiseLike<T>