UNPKG

translate-maker

Version:

Lightweight translation module. Internationalize your great project.

11 lines (10 loc) 203 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _default = { MALE: 'male', FEMALE: 'female', OTHER: 'other' }; exports.default = _default; //# sourceMappingURL=Gender.js.map