update readme [skip ci]

This commit is contained in:
Henry Zhu 2016-10-24 16:04:45 -04:00
parent 094096c9b3
commit aae09a27d6

View File

@ -362,6 +362,13 @@ See also `t.isEmptyStatement(node, opts)` and `t.assertEmptyStatement(node, opts
Aliases: `Statement` Aliases: `Statement`
### t.emptyTypeAnnotation()
See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`.
Aliases: `Flow`, `FlowBaseAnnotation`
### t.existentialTypeParam() ### t.existentialTypeParam()
See also `t.isExistentialTypeParam(node, opts)` and `t.assertExistentialTypeParam(node, opts)`. See also `t.isExistentialTypeParam(node, opts)` and `t.assertExistentialTypeParam(node, opts)`.
@ -755,11 +762,6 @@ See also `t.isMixedTypeAnnotation(node, opts)` and `t.assertMixedTypeAnnotation(
Aliases: `Flow`, `FlowBaseAnnotation` Aliases: `Flow`, `FlowBaseAnnotation`
### t.emptyTypeAnnotation()
See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`.
Aliases: `Flow`, `FlowBaseAnnotation`
### t.newExpression(callee, arguments) ### t.newExpression(callee, arguments)