child-growth-eval
Version:
儿童生长发育评估工具包,支持 Z 分数计算、百分位查询、生长状况判断等。
4 lines • 414 B
TypeScript
import { Gender, HeightType, GrowthStandardEntry, HeightWeightStandardEntry } from './types';
export declare function getGrowthStandard(gender: Gender, heightType: HeightType, ageInMonths: number): GrowthStandardEntry | undefined;
export declare function getHeightWeightStandard(gender: Gender, heightType: HeightType, height: number): HeightWeightStandardEntry | undefined;
//# sourceMappingURL=reference.d.ts.map