This commit is contained in:
@@ -1 +1,5 @@
|
||||
/** Type alias for something that may or may not be wrapped in a promise. */
|
||||
export type Awaitable<T> = T | Promise<T>
|
||||
|
||||
/** Type alias for something that may be undefined. */
|
||||
export type Maybe<T> = T | undefined
|
||||
|
||||
Reference in New Issue
Block a user