mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-10 14:27:00 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
10 lines
259 B
TypeScript
10 lines
259 B
TypeScript
import type { Locale } from "./types.js";
|
|
/**
|
|
* @category Locales
|
|
* @summary English locale (Australia).
|
|
* @language English
|
|
* @iso-639-2 eng
|
|
* @author Julien Malige [@JulienMalige](https://github.com/JulienMalige)
|
|
*/
|
|
export declare const enAU: Locale;
|