mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-29 17:11:22 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
4 lines
195 B
JavaScript
4 lines
195 B
JavaScript
function _writeOnlyError(r) {
|
|
throw new TypeError('"' + r + '" is write-only');
|
|
}
|
|
module.exports = _writeOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports; |