`SystemError` typedef for Node.js (gist)
https://codeberg.org/aral/gists/src/branch/main/SystemError.md
Node.js doesn’t expose the `SystemError` class in any way. This JSDoc type definition works around this limitation.
__Update:__ Yeah, Node.js should _really_ just expose the `SystemError` class because this is ridiculous.