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.

7 lines (6 loc) 152 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Provider = void 0; class Provider { } exports.Provider = Provider;