tanyanfei 2ddc045fd3 update %!s(int64=5) %!d(string=hai) anos
..
lib 2ddc045fd3 update %!s(int64=5) %!d(string=hai) anos
node_modules 2ddc045fd3 update %!s(int64=5) %!d(string=hai) anos
.npmignore 2ddc045fd3 update %!s(int64=5) %!d(string=hai) anos
README.md 2ddc045fd3 update %!s(int64=5) %!d(string=hai) anos
package.json 2ddc045fd3 update %!s(int64=5) %!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