ci-validation
Version:
🇺🇾 Complete TypeScript/JavaScript library for validating Uruguayan CI (Cédula de Identidad) with official algorithm and government service integration
13 lines • 476 B
TypeScript
/**
* Utility function to extract proInstId and proEleInstId from XML response
*/
/**
* Extrae proInstId y proEleInstId de una respuesta XML
* @param xmlResponse - La respuesta XML que contiene la URL con los parámetros
* @returns Objeto con proInstId y proEleInstId extraÃdos
*/
export declare function extractProcessInstanceIds(xmlResponse: string): {
proInstId: string;
proEleInstId: string;
} | null;
//# sourceMappingURL=extractProcessInstanceIds.d.ts.map