Formatting

This commit is contained in:
2026-08-10 02:32:32 +00:00
parent 95dc998b93
commit c5b0d484d4
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 } };
};
/**