Closed fizker closed 5 years ago
$Diff
$Rest
{ a, b, ...rest }
Thanks. $Diff used to be an unofficial feature, but has since been documented.
$Diff
is not unofficial. The official document mentions it.$Rest
, which is the flow-type-equivalent of object rest syntax ({ a, b, ...rest }
). It is now also mentioned.