UNPKG

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
/** * 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