UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
15 lines (14 loc) 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContentType = void 0; function getContentType(uf) { switch (uf) { case 'GO': case 'MS': case 'MG': return 'application/soap+xml'; default: return 'text/xml;charset=utf-8'; } } exports.getContentType = getContentType;