UNPKG

phx-react

Version:

PHX REACT

16 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTitleByRelationshipCode = void 0; const getTitleByRelationshipCode = (code) => { const titles = { DAD: 'Bố', MOM: 'Mẹ', SIBLING: 'Anh chị em', GUARDIAN: 'Người giám hộ', RELATIVES: 'Người thân', OTHER: 'Khác', }; return titles[code] || code; }; exports.getTitleByRelationshipCode = getTitleByRelationshipCode; //# sourceMappingURL=get-title-by-relationship-code.js.map