CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
README.md20 linesDownload Raw Back to runtime
1# @babel/runtime2 3> babel's modular runtime helpers4 5See our website [@babel/runtime](https://babeljs.io/docs/babel-runtime) for more information.6 7## Install8 9Using npm:10 11```sh12npm install --save @babel/runtime13```14 15or using yarn:16 17```sh18yarn add @babel/runtime19```20