flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
21
VISUALIZACION/node_modules/babel-helpers/README.md
generated
vendored
Executable file
21
VISUALIZACION/node_modules/babel-helpers/README.md
generated
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# babel-helpers
|
||||
|
||||
> Collection of helper functions used by Babel transforms.
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install --save-dev babel-helpers
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
import * as helpers from 'babel-helpers';
|
||||
import * as t from 'babel-types';
|
||||
|
||||
const typeofHelper = helpers.get('typeof');
|
||||
|
||||
t.isExpressionStatement(typeofHelper);
|
||||
// true
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue