* feat: [skip] generate readme script * docs: [skip ci] update READMEs * docs: [skip ci] fix code block type * chore: [skip ci] move generator script
20 lines
530 B
Markdown
20 lines
530 B
Markdown
# @babel/helper-builder-binary-assignment-operator-visitor
|
|
|
|
> Helper function to build binary assignment operator visitors
|
|
|
|
See our website [@babel/helper-builder-binary-assignment-operator-visitor](https://new.babeljs.io/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor.html) for more information.
|
|
|
|
## Install
|
|
|
|
Using npm:
|
|
|
|
```sh
|
|
npm install --save @babel/helper-builder-binary-assignment-operator-visitor
|
|
```
|
|
|
|
or using yarn:
|
|
|
|
```sh
|
|
yarn add --save @babel/helper-builder-binary-assignment-operator-visitor
|
|
```
|