UNPKG

@hazae41/plume

Version:

Typed async events with sequenced and parallel dispatching

4 lines (2 loc) 56 B
type Voidable<T> = T | void; export type { Voidable };