mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
12 lines
172 B
Markdown
12 lines
172 B
Markdown
# Types
|
|
|
|
To check types run:
|
|
|
|
```sh
|
|
npx --package typescript tsc --noEmit --pretty false | grep -v "modules/"
|
|
```
|
|
|
|
# Code
|
|
|
|
Codex will review your output once you are done.
|