ceddcozum 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +12114 -9123
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Pediatric clinical calculators from the terminal. 33 tools for growth, neonatal,
|
|
|
4
4
|
|
|
5
5
|
All calculations run locally — no API keys, no network requests, no patient data transmitted.
|
|
6
6
|
|
|
7
|
-
Also available as
|
|
7
|
+
Also available as [`childmetrics`](https://www.npmjs.com/package/childmetrics) with the same behavior:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npx childmetrics --list
|