f219032956 智慧照明控制系统 v1.0.0 4 лет назад
..
lib f219032956 智慧照明控制系统 v1.0.0 4 лет назад
.npmignore f219032956 智慧照明控制系统 v1.0.0 4 лет назад
README.md f219032956 智慧照明控制系统 v1.0.0 4 лет назад
package.json f219032956 智慧照明控制系统 v1.0.0 4 лет назад

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