1.0.0 • Published 1 year ago

ferramenta-busca-cep v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1 year ago