Fix babel-types README (#4899) [skip ci]

This commit is contained in:
Sven SAULEAU 2016-11-28 17:09:41 +01:00 committed by Henry Zhu
parent 1d9e509df2
commit f98d824ae7

View File

@ -1,6 +1,12 @@
# babel-types
This module contains methods for building ASTs manually and for checking the types of AST nodes.
> This module contains methods for building ASTs manually and for checking the types of AST nodes.
## Install
```sh
$ npm install --save-dev babel-types
```
## API