Contributions

Library
100% 🪖 code covered Functional programming 🔪 army knife
Article
In Functional Programming languages, there're built-in keywords for Pattern Matching. Typescript though is one language that works very well with Functional Programming but lacks this feature, for this reason I made a package pattern-matching-ts that aims to bring Pattern Matching feature to Typescript through Discriminated Union Types / Algebraic Data Types.
Library
âš¡ Pattern Matching in Typescript