A collection of my Typescript patterns and experiments with a focus on type-level programming.
- Memoized Fib - Calculate the Nth Fibonacci number
- Prime - Determine if a number is prime
- Palindrome - Check if a string is a palindrome
- Car Cdr Cons - Simple Scheme-inspired type functions