Formatting

This commit is contained in:
2026-08-10 02:04:51 +00:00
parent 26602dc156
commit f06ac63d0d
4 changed files with 15 additions and 16 deletions
+1
View File
@@ -5,6 +5,7 @@ import { EventEmitter } from '../source/event-emitter.ts';
type TestEvents = {
message: string;
count: number;
nested: { nested: { value: number } };
};
/**