vlad 6f123ff03e 18.07 | 6 anni fa | |
---|---|---|
.. | ||
lib | 6 anni fa | |
.npmignore | 6 anni fa | |
README.md | 6 anni fa | |
package.json | 6 anni fa |
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