Hey!
I was thinking of adding incoming/outgoing packets as union types for type-safety in methods related to intercepting, what do you think?
My concerns are:
- Are there too many? I don't know if the typescript LSP would take long to check, probably not
- Do they change often? Because I imagine it would be hardcoded in the union types
Hey!
I was thinking of adding incoming/outgoing packets as union types for type-safety in methods related to intercepting, what do you think?
My concerns are: