Skip to content

[T] EmitterFunc

type EmitterFunc = (context) => Promise<void> | void;
ParameterType
contextEmitContext

Promise<void> | void