d7bb705c224f071f774cd64a9149fc78b4963366.svn-base
362 Bytes
# @babel/helper-replace-supers
> Helper function to replace supers
See our website [@babel/helper-replace-supers](https://babeljs.io/docs/en/next/babel-helper-replace-supers.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/helper-replace-supers
```
or using yarn:
```sh
yarn add @babel/helper-replace-supers --dev
```