mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-09 22:10:57 +08:00
Initial commit: NOFX AI Trading System
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
This commit is contained in:
14
web/node_modules/date-fns/_lib/test.d.cts
generated
vendored
Normal file
14
web/node_modules/date-fns/_lib/test.d.cts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export declare function assertType<Type>(_value: Type): void;
|
||||
export declare namespace assertType {
|
||||
type Equal<T, U> =
|
||||
Exclude<T, U> extends never
|
||||
? Exclude<U, T> extends never
|
||||
? true
|
||||
: false
|
||||
: false;
|
||||
}
|
||||
export declare function resetDefaultOptions(): void;
|
||||
export declare function generateOffset(originalDate: Date): string;
|
||||
export declare function fakeDate(date: number | Date): {
|
||||
fakeNow: (date: number | Date) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user