dmencu 0.1.44 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@ export declare const helpersCasilleros: {
126
126
  informado(x: any): boolean;
127
127
  nsnc(x: any): boolean;
128
128
  par(x: number): boolean;
129
- edad_mes_annio_valido(edad: number, mesAnnio: string): boolean;
129
+ edad_mes_annio_valido(edad: number, mesAnnio: string, fechaRealizacionDDMMYYYY: string): boolean;
130
130
  };
131
131
  };
132
132
  export declare function miniCompiladorSQlJs(expresionCasiSQL: string): string;