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