mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-14 16:53:35 -07:00
18 lines
193 B
Markdown
18 lines
193 B
Markdown
# Types
|
|
|
|
To check types run:
|
|
|
|
```sh
|
|
npx --package typescript tsc --noEmit --pretty false | grep -v "modules/"
|
|
```
|
|
|
|
# Code
|
|
|
|
ALWAYS
|
|
|
|
- fast
|
|
- KISS
|
|
- DRY
|
|
- reads like english
|
|
- easy to understand
|