yerpc icon indicating copy to clipboard operation
yerpc copied to clipboard

improvement: mark `_send` as `abstract`, add docs

Open WofWca opened this issue 3 months ago • 0 comments

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 _send to be implemented at TypeScript compile time. But it wouldn't make sense not to implement it because otherwise it throws.

WofWca avatar Sep 16 '25 12:09 WofWca