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