@ocelotlstudio/cfdi-pdf
Version:
Creates a pdf based on an XML CFDI
8 lines • 313 B
JavaScript
;
exports.__esModule = true;
exports.existsValue = exports.exists = void 0;
var exists = function (parameter) { return parameter || ''; };
exports.exists = exists;
var existsValue = function (parameter) { return parameter || '0'; };
exports.existsValue = existsValue;
//# sourceMappingURL=check.js.map