296a000a76 报修后台管理系统 v1.0.0 4 years ago
..
lib 296a000a76 报修后台管理系统 v1.0.0 4 years ago
.npmignore 296a000a76 报修后台管理系统 v1.0.0 4 years ago
README.md 296a000a76 报修后台管理系统 v1.0.0 4 years ago
package.json 296a000a76 报修后台管理系统 v1.0.0 4 years ago

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