4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
// @flow strict
|
|
|
|
export type PromiseOrValue<+T> = Promise<T> | T;
|
// @flow strict
|
|
|
|
export type PromiseOrValue<+T> = Promise<T> | T;
|