mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-29 17:11:22 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
20 lines
267 B
Markdown
20 lines
267 B
Markdown
# @babel/runtime
|
|
|
|
> babel's modular runtime helpers
|
|
|
|
See our website [@babel/runtime](https://babeljs.io/docs/babel-runtime) for more information.
|
|
|
|
## Install
|
|
|
|
Using npm:
|
|
|
|
```sh
|
|
npm install --save @babel/runtime
|
|
```
|
|
|
|
or using yarn:
|
|
|
|
```sh
|
|
yarn add @babel/runtime
|
|
```
|