UNPKG
control-see
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
Control Util Documentos Electronicos SUNAT
github.com/ZMALIM/control-see
ZMALIM/-control-see
control-see
/
lib
/
main
/
@fe
/
common
/
exchange
/
responses
/
cdr.js
12 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CDR
=
void
0
;
const
file_1 =
require
(
"./file"
);
class
CDR
extends
file_1.File
{
constructor
(
) {
super
();
this
.
status
=
new
Array
(); } }
exports
.
CDR
=
CDR
;
//# sourceMappingURL=cdr.js.map