Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
lib/ | 2023-06-15 18:19 | - | ||
package.json | 2023-06-15 18:21 | 2.1K | ||
LICENSE | 1984-06-22 21:50 | 1.1K | ||
README.md | 1984-06-22 21:50 | 441 | d7c1522 post receive test [كارل مبارك] |
# @babel/plugin-transform-shorthand-properties > Compile ES2015 shorthand properties to ES5 See our website [@babel/plugin-transform-shorthand-properties](https://babeljs.io/docs/en/babel-plugin-transform-shorthand-properties) for more information. ## Install Using npm: ```sh npm install --save-dev @babel/plugin-transform-shorthand-properties ``` or using yarn: ```sh yarn add @babel/plugin-transform-shorthand-properties --dev ```