UNPKG

@babel/plugin-transform-property-mutators

Version:

Compile ES5 property mutator shorthand syntax to Object.defineProperty

20 lines (12 loc) 451 B
# @babel/plugin-transform-property-mutators > Compile ES5 property mutator shorthand syntax to Object.defineProperty See our website [@babel/plugin-transform-property-mutators](https://babeljs.io/docs/babel-plugin-transform-property-mutators) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/plugin-transform-property-mutators ``` or using yarn: ```sh yarn add @babel/plugin-transform-property-mutators --dev ```