mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 10:31:04 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
/**
|
|
* Returns the owner document of a given element.
|
|
*
|
|
* @param node the element
|
|
*/
|
|
export default function ownerDocument(node?: Element): Document;
|