lihai 8d6c751f49 feat: push | před 2 roky | |
---|---|---|
.. | ||
lib | před 2 roky | |
.npmignore | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky |
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