UNPKG

child-growth-eval

Version:

儿童生长发育评估工具包,支持 Z 分数计算、百分位查询、生长状况判断等。

5 lines 278 B
export { evaluateGrowth } from './evaluator'; export type { GrowthInput, GrowthEvaluationResult } from './evaluator'; export { getGrowthStandard, getHeightWeightStandard } from './reference'; export type { Gender, HeightType } from './types'; //# sourceMappingURL=index.d.ts.map