lihai 8d6c751f49 feat: push | hace 2 años | |
---|---|---|
.. | ||
lib | hace 2 años | |
.npmignore | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 2 años |
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