update types readme [skip ci]

This commit is contained in:
Henry Zhu
2017-09-11 23:04:12 -04:00
parent 1c13250807
commit 1cdacf85ae

View File

@@ -708,7 +708,7 @@ See also `t.isExportNamedDeclaration(node, opts)` and `t.assertExportNamedDeclar
Aliases: `Statement`, `Declaration`, `ModuleDeclaration`, `ExportDeclaration`
- `declaration`: `Declaration` (default: `null`)
- `specifiers`: `Array<ExportSpecifier>` (required)
- `specifiers`: `Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>` (required)
- `source`: `StringLiteral` (default: `null`)
---
@@ -2605,7 +2605,7 @@ See also `t.isTypeParameterInstantiation(node, opts)` and `t.assertTypeParameter
Aliases: `Flow`
- `params`: `Array<TSType | FlowType>` (required)
- `params`: `Array<TSType | Flow>` (required)
---