mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -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.
|