UNPKG

get-mexican-data-by-curp

Version:

Verify CURP and obtain personal information from the Mexican government CURP. It scrapes official site and another providers.

9 lines (8 loc) 191 B
export declare class StringObject { id: string; constructor(...values: string[]); _value: string; get value(): string; set value(value: string); toString(): string; }