UNPKG

@hazae41/plume

Version:

Typed async events with sequenced and parallel dispatching

4 lines (2 loc) 64 B
type Awaitable<T> = T | Promise<T>; export type { Awaitable };