Effect CommunityEC
Effect Community3y ago
22 replies
leonitous

Converting from `Option<string | Option<never>` to `Option<string>`

Is it possible to go from Option<string | Option<never> -> Option<string>? If present, the inner Option will always be none
Was this page helpful?