/** * Type that represents pure value or value obtained by promise */ export type PromiseOr = Promise | TValue; //# sourceMappingURL=async.d.ts.map