Open
Description
Sometimes it is useful to combine multiple maybe()
checks at once.
Such check is not possible to express in TypeScript generically, but it is possible with overrides (similar to how RxJS provide up to ten arguments in a function).
This work may require some kind of a isDefined()
function for multiple arguments.