UNPKG

46 BTypeScriptView Raw
1export type MaybePromise<T> = Promise<T> | T;