Type Alias MaybePatterns<T, U>

MaybePatterns: { Just: (value: T) => U; Nothing: () => U } | { _: () => U }

Type Parameters

  • T
  • U