diff --git a/packages/babel-types/README.md b/packages/babel-types/README.md index 884aae17d6..4c0162febc 100644 --- a/packages/babel-types/README.md +++ b/packages/babel-types/README.md @@ -362,6 +362,13 @@ See also `t.isEmptyStatement(node, opts)` and `t.assertEmptyStatement(node, opts Aliases: `Statement` +### t.emptyTypeAnnotation() + +See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`. + +Aliases: `Flow`, `FlowBaseAnnotation` + + ### t.existentialTypeParam() 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` -### t.emptyTypeAnnotation() - -See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`. - -Aliases: `Flow`, `FlowBaseAnnotation` ### t.newExpression(callee, arguments)