UNPKG

healthone

Version:

Health One format library for JavaScript

2 lines 207 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=parseSex;function parseSex(a){return"F"===a||"V"===a?"female":"M"===a?"male":"other"} //# sourceMappingURL=parseSex.cjs.map