UNPKG
@eclipse-emfcloud/model-manager
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
Command-based model editing with undo/redo.
www.eclipse.org/emfcloud/
eclipse-emfcloud/modelhub
@eclipse-emfcloud/model-manager
/
lib
/
core
/
promises.d.ts
3 lines
•
150 B
TypeScript
View Raw
1
2
3
/** A
type
that either
is
asynchronous (awaitable)
or
not
. */ export
type
MaybePromise<T> = T | PromiseLike<T>; //
# sourceMappingURL=promises.d.ts.map