The listing of events that a Minipass class can emit.
Extend this when extending the Minipass class, and pass as
the third template argument. The key is the name of the event,
and the value is the argument list.
Any undeclared events will still be allowed, but the handler will get
arguments as unknown[].
The listing of events that a Minipass class can emit. Extend this when extending the Minipass class, and pass as the third template argument. The key is the name of the event, and the value is the argument list.
Any undeclared events will still be allowed, but the handler will get arguments as
unknown[]
.