UNPKG

healthone

Version:

Health One format library for JavaScript

2 lines 128 B
export default function parseSex(a){return"F"===a||"V"===a?"female":"M"===a?"male":"other"} //# sourceMappingURL=parseSex.js.map