58ca88c77c56b9ad44d268a31e571ce85c12fcaf3494c430741ffcc538667fe720eb6bfdce11e2fdf1d08e8b707b744c68030be628ed2da3cf2da406e7c681 376 B

12345678910111213141516171819
  1. # @babel/helper-compilation-targets
  2. > Helper functions on Babel compilation targets
  3. See our website [@babel/helper-compilation-targets](https://babeljs.io/docs/babel-helper-compilation-targets) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-compilation-targets
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-compilation-targets
  12. ```