update readme [skip ci]
This commit is contained in:
parent
094096c9b3
commit
aae09a27d6
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user