source: trip-planner-front/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 469 bytes
Line 
1# @babel/helper-skip-transparent-expression-wrappers
2
3> Helper which skips types and parentheses
4
5See our website [@babel/helper-skip-transparent-expression-wrappers](https://babeljs.io/docs/en/babel-helper-skip-transparent-expression-wrappers) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save-dev @babel/helper-skip-transparent-expression-wrappers
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/helper-skip-transparent-expression-wrappers --dev
19```
Note: See TracBrowser for help on using the repository browser.