Urara-Blog/node_modules/.pnpm-store/v3/files/24/168760817c37a371c1f4c6b93a612b3ddf274244aea82e7d544415efd614b7b3e3e4d2d47cbd521afe773a21ca95bbcd91fab8f559360dc75aba634cfff6c5
2022-08-14 01:14:53 +08:00

19 lines
385 B
Text

# @babel/helper-annotate-as-pure
> Helper function to annotate paths and nodes with #__PURE__ comment
See our website [@babel/helper-annotate-as-pure](https://babeljs.io/docs/en/babel-helper-annotate-as-pure) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-annotate-as-pure
```
or using yarn:
```sh
yarn add @babel/helper-annotate-as-pure
```