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

x/tsafe/index.ts>isPromiseLike

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

Type Parameters

optional
T = void

Returns

o is PromiseLike<T>