UNPKG
@astronautlabs/amf
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Action Message Format (AMF0/3)
@astronautlabs/amf
/
dist
/
index.js
8 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
AMF3
=
exports
.
AMF0
=
void
0
;
const
AMF0
=
require
(
"./amf0"
);
exports
.
AMF0
=
AMF0
;
const
AMF3
=
require
(
"./amf3"
);
exports
.
AMF3
=
AMF3
;
//# sourceMappingURL=index.js.map