Effect CommunityEC
Effect Community4w ago
2 replies
Storm

Pattern Matching Arrays in Effect Typescript

How would I construct a pattern match case for an array? I don't see any examples in the docs or functions to specify arrays..

For example, I'm looking to match against something like:
["quote", string[]]
Was this page helpful?