Standards domain models shuffling and renaming
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user