Consider maybeAll()
functionality
#37
Labels
package:maybe
Issues for the @perfective/common/maybe package
maybeAll()
functionality
#37
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.The text was updated successfully, but these errors were encountered: