1.0.0 • Published 2 years ago
ferramenta-busca-cep v1.0.0
const cep = require('ferramenta-busca-cep');
async function Buscar(){ //ENTRA COM O CEP 01001000 OU 01001-000 const resp = await cep.GetCEP('01001000') console.log(resp); } Buscar();
1.0.0
2 years ago