mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-11 06:46:59 +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
267 B
TypeScript
10 lines
267 B
TypeScript
import type { Locale } from "./types.js";
|
|
/**
|
|
* @category Locales
|
|
* @summary Japanese (Hiragana) locale.
|
|
* @language Japanese (Hiragana)
|
|
* @iso-639-2 jpn
|
|
* @author Eri Hiramatsu [@Eritutteo](https://github.com/Eritutteo)
|
|
*/
|
|
export declare const jaHira: Locale;
|