Standards domain models shuffling and renaming

This commit is contained in:
Dominic Ferrando
2026-07-04 13:36:49 -04:00
parent 448cabcb31
commit 9e1025e119
7 changed files with 92 additions and 93 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { Gender, Metrics, StandardUnit } from "@blade-and-brawn/domain";
import avgWeightDataJson from "./data/avg-weights.json" assert { type: "json" };
import avgWeightDataJson from "./data/avg-weights.json" with { type: "json" };
export const getAvgWeight = (gender: Gender, age: number) => {
type AvgWeightData = {