UNPKG

@eclipse-emfcloud/model-manager

Version:

Command-based model editing with undo/redo.

3 lines 150 B
/** A type that either is asynchronous (awaitable) or not. */ export type MaybePromise<T> = T | PromiseLike<T>; //# sourceMappingURL=promises.d.ts.map