Skip to main content
Module

x/tsafe/index.ts>isPromiseLike

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

Type Parameters

optional
T = void

Returns

o is PromiseLike<T>