|
|
месяцев назад: 10 | |
|---|---|---|
| .. | ||
| lib | месяцев назад: 10 | |
| .npmignore | месяцев назад: 10 | |
| README.md | месяцев назад: 10 | |
| package.json | месяцев назад: 10 | |
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