Benoit Ruiz
Benoit Ruiz
The only "elegant" way I found recently is to use `optionFromNullable` from the [io-ts-types](https://github.com/gcanti/io-ts-types) library. However, it uses an `Option` instead of `A | undefined`, so maybe it's not exactly...
Hello @alai97, I've pushed 2 commits to update the screenshots, the JavaScript code snippet, and I also added a couple of bullet points regarding the APIs available in the script...
Hello @aliciascott, we can finally merge it! We'll enable the feature for everyone in our app as soon as the link to this documentation page is available publicly 👍
Hello 🙂 Yes, "utility type" is the right terminology as it comes directly from the official TypeScript website, per the link you shared. Utility types are [mapped types](https://github.com/ruizb/glossary-typescript#mapped-type) and [conditional...
I updated the PR description. Best I could do was to grab a snapshot of the page, then slightly modify it to add a `__target__` id attribute to the problematic...