Skip to content

v3.0.0-beta12

Pre-release
Pre-release
Compare
Choose a tag to compare
@fkling fkling released this 12 Apr 04:47
· 2263 commits to main since this release

New

Support for "unwrapping" $Exact<...> and $ReadOnly<...> type annotations. Example:

type Props = $ReadOnly<{
  foo: string,
}>;