UNPKG

48 BTypeScriptView Raw
1export type PromiseOrValue<T> = Promise<T> | T;