UNPKG

@ocelotlstudio/cfdi-pdf

Version:
8 lines 313 B
"use strict"; 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