WICG / attribution-reporting-api

Attribution Reporting API
https://wicg.github.io/attribution-reporting-api/
Other
347 stars 161 forks source link

Use never instead of any with Maybe.None #1335

Closed apasel422 closed 3 weeks ago

apasel422 commented 3 weeks ago

Although any was safe due to the underlying field being readonly, never enables more precise type-checking, as such a value can never exist.