UNPKG
cfdi40
Version:
latest (3.5.2)
3.5.2
3.5.1
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.49
3.3.48
3.3.47
3.3.46
3.3.45
3.3.44
3.3.43
3.3.42
3.3.41
3.3.35
3.3.34
3.3.33
3.3.32
3.3.31
3.3.29
3.3.28
3.3.27
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
Libreria para crear y sellar xml cfdi V4.0
github.com/steveam1992
cfdi40
/
src
/
utils
/
base.js
19 lines
(18 loc)
•
311 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module
.
exports
=
function
(
){
return
{
"declaration"
: {
"attributes"
: {
"version"
:
"1.0"
,
"encoding"
:
"UTF-8"
} },
"elements"
: [ {
"type"
:
"element"
,
"name"
:
"cfdi:Comprobante"
,
"attributes"
: {},
"elements"
: [] } ] } }