2025-08-04 18:41:00 -04:00

2 lines
84 B
TypeScript

export declare type MaybePromise<TResolution> = Promise<TResolution> | TResolution;