Type guard to check if a string is a valid MEP ID
String to validate
true if the value matches MEP ID format (numeric string)
if (isMEPID("124936")) { const id = "124936" as MEPID;} Copy
if (isMEPID("124936")) { const id = "124936" as MEPID;}
Type guard to check if a string is a valid MEP ID