uni-ticket-system/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md
2023-12-05 10:11:10 +08:00

511 B

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

Transforms logical assignment operators into short-circuited assignments

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

Install

Using npm:

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

or using yarn:

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