We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6cf8c commit 06d18beCopy full SHA for 06d18be
README.md
@@ -54,7 +54,7 @@ compile(file, path).then(ts =>
54
55
| Done? | | Flow | TypeScript |
56
|-------|-------------|-----------------------------------------|------------|
57
-| ✅ | Maybe | `?type` (NullableTypeAnnotation) | `type | null | undefined` |
+| ✅ | Maybe | `?type` (NullableTypeAnnotation) | `type \| null \| undefined` |
58
| ✅ | Null | `null` | `null` |
59
| ✅ | Undefined | `typeof undefined` | `undefined` |
60
| ✅ | Mixed | `mixed` | `unknown` |
0 commit comments