1f83e065dd5cd24f49e52b3dd12361332322cb8a176f0c2521b6de3cc377b610c04506dc5055ca95112765b4a604d65c8ea2b1486197dd4ff75825ebe93a88 382 B

12345678910111213141516171819
  1. # @babel/helper-annotate-as-pure
  2. > Helper function to annotate paths and nodes with #__PURE__ comment
  3. See our website [@babel/helper-annotate-as-pure](https://babeljs.io/docs/babel-helper-annotate-as-pure) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save @babel/helper-annotate-as-pure
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/helper-annotate-as-pure
  12. ```