Ryuiso b1774d2c86 no message há 1 ano atrás
..
lib b1774d2c86 no message há 1 ano atrás
.npmignore b1774d2c86 no message há 1 ano atrás
README.md b1774d2c86 no message há 1 ano atrás
package.json b1774d2c86 no message há 1 ano atrás

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