# NoEvents

`type` in `event-emitter` · v0.1.0-next.0

<https://docs.seedcord.org/packages/event-emitter/0.1.0-next.0/types/no-events>

Event map with no events, the default for an emitter that emits nothing.

## Declaration

```ts
type NoEvents = Record<never, readonly unknown[]>;
```
