chensenlai 10988628a0 语音房项目初始化 | лет назад: 5 | |
---|---|---|
.. | ||
lib | лет назад: 5 | |
.npmignore | лет назад: 5 | |
README.md | лет назад: 5 | |
package.json | лет назад: 5 |
Collection of helper functions used by Babel transforms.
$ npm install babel-helpers
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true