2020-10-30 21:19:21 +01:00

438 B

@babel/plugin-transform-proto-to-assign

Babel plugin for turning proto into a shallow property clone

See our website @babel/plugin-transform-proto-to-assign for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-proto-to-assign

or using yarn:

yarn add @babel/plugin-transform-proto-to-assign --dev