v3.0.0-beta12
Pre-release
Pre-release
New
Support for "unwrapping" $Exact<...>
and $ReadOnly<...>
type annotations. Example:
type Props = $ReadOnly<{
foo: string,
}>;
Support for "unwrapping" $Exact<...>
and $ReadOnly<...>
type annotations. Example:
type Props = $ReadOnly<{
foo: string,
}>;