any: AnyPattern

P.any is a wildcard pattern, matching any value.

Read the documentation for P.any on GitHub

Example

match(value)
.with(P.any, () => 'will always match')