6604b7999956f53fb9c9a58de794599017e0219782ae8d71afe938e6661da385e1ce1ad39254f96c8bd8eca502ee81df56b4af3a8d133f5572a664c25976a8 267 B

12345678910111213141516171819
  1. # @babel/runtime
  2. > babel's modular runtime helpers
  3. See our website [@babel/runtime](https://babeljs.io/docs/babel-runtime) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/runtime
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/runtime
  12. ```