Skip to content

Commit 06d18be

Browse files
authored
Update README.md
1 parent 2b6cf8c commit 06d18be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ compile(file, path).then(ts =>
5454

5555
| Done? | | Flow | TypeScript |
5656
|-------|-------------|-----------------------------------------|------------|
57-
|| Maybe | `?type` (NullableTypeAnnotation) | `type | null | undefined` |
57+
|| Maybe | `?type` (NullableTypeAnnotation) | `type \| null \| undefined` |
5858
|| Null | `null` | `null` |
5959
|| Undefined | `typeof undefined` | `undefined` |
6060
|| Mixed | `mixed` | `unknown` |

0 commit comments

Comments
 (0)