type Emitter<T extends any[] = any[]> = (emit: Emit, ...args: T) => void
packages / core / src / types.ts