[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [BigInt](https://evolu.dev/docs/api-reference/common/BigInt) › incrementBigInt

```ts
function incrementBigInt(n: bigint): bigint;
```

Defined in: [packages/common/src/BigInt.ts:10](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/BigInt.ts#L10)

Increments a bigint by 1.