API ReferenceFunctions
lookupCep()
@finopenpos/fiscal / lookupCep
function lookupCep(cep): Promise<CepResult | null>;Defined in: cep-lookup.ts:26
Lookup address by CEP using ViaCEP with BrasilAPI as fallback.
Parameters
| Parameter | Type |
|---|---|
cep | string |
Returns
Promise<CepResult | null>