WICG / attribution-reporting-api

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

Use never instead of any with Maybe.None #1335

Closed apasel422 closed 5 months ago

apasel422 commented 5 months 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.