import Emittery, { type EventName } from 'emittery'; export function createEmitter>(name: string) { return new Emittery({ debug: { name, }, }); }