UNPKG

verifik

Version:

This library is a wrap of the official API found in docs.verifik.co

13 lines (11 loc) 222 B
const { requestEndpoint } = require('./core'); const getID = (documentType, documentNumber, date) => requestEndpoint('es/cedula', { documentType, documentNumber, date, }); module.exports = { getID, };