vlad 6f123ff03e 18.07 il y a 6 ans
..
lib 6f123ff03e 18.07 il y a 6 ans
.npmignore 6f123ff03e 18.07 il y a 6 ans
README.md 6f123ff03e 18.07 il y a 6 ans
package.json 6f123ff03e 18.07 il y a 6 ans

README.md

babel-helpers

Collection of helper functions used by Babel transforms.

Install

npm install --save-dev babel-helpers

Usage

import * as helpers from 'babel-helpers';
import * as t from 'babel-types';

const typeofHelper = helpers.get('typeof');

t.isExpressionStatement(typeofHelper);
// true