bigint: BigIntPattern

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

Read the documentation for P.bigint on GitHub

Example

.with(P.bigint, () => 'will match on bigints')