yerpc
yerpc copied to clipboard
improvement: mark `_send` as `abstract`, add docs
This should make it easier to understand the purpose of the class and how to work with it.
TODO:
- [ ] This might be considered breaking? Because this requires that
_sendto be implemented at TypeScript compile time. But it wouldn't make sense not to implement it because otherwise it throws.