mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
8 lines
114 B
Markdown
8 lines
114 B
Markdown
# Types
|
|
|
|
To check types run:
|
|
|
|
```sh
|
|
npx --package typescript tsc --noEmit --pretty false | grep -v "modules/"
|
|
```
|