UNPKG

ec-validator-dni

Version:

Validation of Ecuadorian identification documents (ID card and RUC)

4 lines 75 B
export interface Result { isValid: boolean; errorMessage?: string; }