洪海涛 3404e446cc moonclub %!s(int64=8) %!d(string=hai) anos
..
lib 3404e446cc moonclub %!s(int64=8) %!d(string=hai) anos
.npmignore 3404e446cc moonclub %!s(int64=8) %!d(string=hai) anos
README.md 3404e446cc moonclub %!s(int64=8) %!d(string=hai) anos
package.json 3404e446cc moonclub %!s(int64=8) %!d(string=hai) anos

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