export type MaybePromise = Promise | T; export type MaybeArray = T[] | T; //# sourceMappingURL=helpers.d.ts.map