amis-rpc-design/node_modules/@babel/plugin-external-helpers/README.md
2023-10-07 19:42:30 +08:00

20 lines
419 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @babel/plugin-external-helpers
> This plugin contains helper functions thatll be placed at the top of the generated code
See our website [@babel/plugin-external-helpers](https://babeljs.io/docs/en/babel-plugin-external-helpers) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-external-helpers
```
or using yarn:
```sh
yarn add @babel/plugin-external-helpers --dev
```