UNPKG

child-growth-eval

Version:

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

10 lines 712 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHeightWeightStandard = exports.getGrowthStandard = exports.evaluateGrowth = void 0; // index.ts var evaluator_1 = require("./evaluator"); Object.defineProperty(exports, "evaluateGrowth", { enumerable: true, get: function () { return evaluator_1.evaluateGrowth; } }); var reference_1 = require("./reference"); Object.defineProperty(exports, "getGrowthStandard", { enumerable: true, get: function () { return reference_1.getGrowthStandard; } }); Object.defineProperty(exports, "getHeightWeightStandard", { enumerable: true, get: function () { return reference_1.getHeightWeightStandard; } }); //# sourceMappingURL=index.js.map