chensenlai 10988628a0 语音房项目初始化 5 rokov pred
..
lib 10988628a0 语音房项目初始化 5 rokov pred
.npmignore 10988628a0 语音房项目初始化 5 rokov pred
README.md 10988628a0 语音房项目初始化 5 rokov pred
package.json 10988628a0 语音房项目初始化 5 rokov pred

README.md

babel-helpers

Collection of helper functions used by Babel transforms.

Install

$ npm install babel-helpers

Usage

import * as helpers from 'babel-helpers';
import * as t from 'babel-types';

const typeofHelper = helpers.get('typeof');

t.isExpressionStatement(typeofHelper);
// true