bpms_site/.svn/pristine/19/193117d4e91d9839fe0766cee03e5a03199343c2.svn-base
2025-11-02 16:38:49 +03:30

20 lines
271 B
Plaintext

# @babel/runtime
> babel's modular runtime helpers
See our website [@babel/runtime](https://babeljs.io/docs/en/babel-runtime) for more information.
## Install
Using npm:
```sh
npm install --save @babel/runtime
```
or using yarn:
```sh
yarn add @babel/runtime
```