mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-04 11:30:58 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
6 lines
232 B
TypeScript
6 lines
232 B
TypeScript
import { type ChildProcess } from 'child_process';
|
|
/**
|
|
* Starts forwarding signals to `child` through `parent`.
|
|
*/
|
|
export declare const proxySignals: (child: ChildProcess) => () => void;
|
|
//# sourceMappingURL=proxy-signals.d.ts.map
|