UNPKG

node-dfe

Version:

Geração e integração de NF-e/NFC-e para node.js

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