PromiseOrNotCopyimport type { PromiseOrNot } from "https://raw.githubusercontent.com/garronej/tsafe/v0.10.1/deno_dist/lab/PromiseOrNot.ts";type PromiseOrNot<T> = PromiseLike<T> | T;§Type Parameters§T[src]§Type§PromiseLike<T> | T[src]