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

x/tsafe/lab/PromiseOrNot.ts>PromiseOrNot

🔩 The missing TypeScript utils
Go to Latest
type alias PromiseOrNot
import { type PromiseOrNot } from "https://deno.land/x/tsafe@v1.1.3/lab/PromiseOrNot.ts";
definition: PromiseLike<T> | T