From 1cdacf85ae774783ead6c2b9ac8184344bf2c6d5 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 11 Sep 2017 23:04:12 -0400 Subject: [PATCH] update types readme [skip ci] --- packages/babel-types/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-types/README.md b/packages/babel-types/README.md index b1e74b548f..e4a17ba59e 100644 --- a/packages/babel-types/README.md +++ b/packages/babel-types/README.md @@ -708,7 +708,7 @@ See also `t.isExportNamedDeclaration(node, opts)` and `t.assertExportNamedDeclar Aliases: `Statement`, `Declaration`, `ModuleDeclaration`, `ExportDeclaration` - `declaration`: `Declaration` (default: `null`) - - `specifiers`: `Array` (required) + - `specifiers`: `Array` (required) - `source`: `StringLiteral` (default: `null`) --- @@ -2605,7 +2605,7 @@ See also `t.isTypeParameterInstantiation(node, opts)` and `t.assertTypeParameter Aliases: `Flow` - - `params`: `Array` (required) + - `params`: `Array` (required) ---