GitHub topics: either-or
stdlib-js/utils-if-else
If a condition is truthy, return `x`; otherwise, return `y`.
Language: JavaScript - Size: 368 KB - Last synced at: 16 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
Language: JavaScript - Size: 947 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-try-catch
If a function does not throw, return the function return value; otherwise, return `y`.
Language: JavaScript - Size: 880 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
Language: JavaScript - Size: 939 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

tombulled/either-or
Flutter "Either Or" clone
Language: Dart - Size: 2.18 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
