Skip to content

MaybePromise

MaybePromise<T> = T | Promise<T>

Value or promise accepted by lightweight harness callbacks.

T