UNPKG

verifik

Version:

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

12 lines (10 loc) 205 B
const { requestEndpoint } = require('./core'); const getID = (documentType, documentNumber) => requestEndpoint('ve/cedula', { documentType, documentNumber }); module.exports = { getID, };