296a000a76 报修后台管理系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
..
lib 296a000a76 报修后台管理系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
.npmignore 296a000a76 报修后台管理系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
README.md 296a000a76 报修后台管理系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
package.json 296a000a76 报修后台管理系统 v1.0.0 %!s(int64=4) %!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