d2-ui
Version:
22 lines (14 loc) • 317 B
Markdown
by Babel transforms.
```js
$ npm install babel-helpers
```
```js
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true
```
> Collection of helper functions used