Const
P.boolean is a wildcard pattern, matching any boolean.
P.boolean
Read the documentation for P.boolean on GitHub
.with(P.boolean, () => 'will match on booleans') Copy
.with(P.boolean, () => 'will match on booleans')
P.boolean
is a wildcard pattern, matching any boolean.Read the documentation for
P.boolean
on GitHub