Node.js API compatibility layer for Otter.
`otter-node` provides Node.js-compatible APIs for the Otter runtime, enabling existing Node.js code to run with minimal modifications.
- ---
Add to your `Cargo.toml`:
```toml
[dependencies]
otter-node = "0.1"
```
MIT