Factory function to create a validated MEP ID
String to convert to MEP ID
Branded MEP ID
If value is not a valid MEP ID format
const mepId = createMEPID("124936");const details = await getMEPDetails(mepId); Copy
const mepId = createMEPID("124936");const details = await getMEPDetails(mepId);
Input validation prevents injection attacks
Factory function to create a validated MEP ID