# @ckb-lumos/bi

A big number library for lumos.

## Example

```ts
import { BI } from "@ckb-lumos/bi";

BI.from(1).add(1)
```
