Skip to main content
Module

x/tsafe/lab/PromiseOrNot.ts

🔩 The missing TypeScript utils
Go to Latest
File
export type PromiseOrNot<T> = PromiseLike<T> | T;