Files
zhibo/node_modules/@babel/plugin-proposal-logical-assignment-operators/README.md
T
xiaoyu 5be1f7344d init
2023-05-22 12:14:18 +08:00

506 B

@babel/plugin-proposal-logical-assignment-operators

Transforms logical assignment operators into short-circuited assignments

See our website @babel/plugin-proposal-logical-assignment-operators for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-logical-assignment-operators

or using yarn:

yarn add @babel/plugin-proposal-logical-assignment-operators --dev