|
|
2 anos atrás | |
|---|---|---|
| .. | ||
| lib | 2 anos atrás | |
| .npmignore | 2 anos atrás | |
| README.md | 2 anos atrás | |
| package.json | 2 anos atrás | |
Collection of helper functions used by Babel transforms.
npm install --save-dev babel-helpers
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true