Const
P.unknown is a wildcard pattern, matching unknown value.
P.unknown
Read the documentation for P.unknown on GitHub
match(value) .with(P.unknown, () => 'will always match') Copy
match(value) .with(P.unknown, () => 'will always match')
P.unknownis a wildcard pattern, matching unknown value.Read the documentation for
P.unknownon GitHub