FinOpenPOS
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

ParameterType
cepstring

Returns

Promise<CepResult | null>

On this page