While reading through your README.md and working with your project, I noticed that the last line of the table doesn't make any sense. After reading your code i noticed that EventEmitter<string | number> had a un-escaped | which caused it to look like EventEmitter<string... and making your table structure wrong.
So i fixed it.
And my Editor removed some unnecessary spaces.
While reading through your README.md and working with your project, I noticed that the last line of the table doesn't make any sense. After reading your code i noticed that EventEmitter<string | number> had a un-escaped | which caused it to look like EventEmitter<string... and making your table structure wrong.
So i fixed it. And my Editor removed some unnecessary spaces.