Umama-at-Bluchip/Quick-UI
0
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 