packages/babel-plugin-transform-object-set-prototype-of-to-assign/README.md

Summary

Maintainability
Test Coverage
# @babel/plugin-transform-object-set-prototype-of-to-assign

> Turn Object.setPrototypeOf to assignments

See our website [@babel/plugin-transform-object-set-prototype-of-to-assign](https://babeljs.io/docs/en/next/babel-plugin-transform-object-set-prototype-of-to-assign.html) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-transform-object-set-prototype-of-to-assign
```

or using yarn:

```sh
yarn add @babel/plugin-transform-object-set-prototype-of-to-assign --dev
```