MCPcopy Create free account
hub / github.com/Packstack-Tech/packstack / genderOptions

Function genderOptions

frontend/src/lib/utils/form.tsx:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export const weightUnitOptions = () => Object.values(WeightUnit).map(unit => ({ value: unit, label: unit }));
6export const durationUnitOptions = () => Object.values(DurationUnit).map(unit => ({ value: unit, label: unit }));
7export const genderOptions = () => Object.values(Gender).map(unit => ({ value: unit, label: getGenderName(unit) }));

Callers 1

PackFormFunction · 0.90

Calls 1

getGenderNameFunction · 0.90

Tested by

no test coverage detected