|
||||
---|---|---|---|---|
.. | ||||
lib | 11e3a9652a | 7 年 前 | ||
.npmignore | 11e3a9652a | 7 年 前 | ||
README.md | 11e3a9652a | 7 年 前 | ||
package.json | 11e3a9652a | 7 年 前 |
Collection of helper functions used by Babel transforms.
npm install --save-dev babel-helpers
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true