Running an Effect on `None` Value of an `Option` in TypeScript
quick question, I'd like to run an effect if the value is
?
None of an Option, is there a straight forward way, or do I need to do:?
