shichen b6c5ecc67a init il y a 10 mois
..
lib b6c5ecc67a init il y a 10 mois
.npmignore b6c5ecc67a init il y a 10 mois
README.md b6c5ecc67a init il y a 10 mois
package.json b6c5ecc67a init il y a 10 mois

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