UNPKG
@perion/wz
Version:
latest (0.0.1)
0.0.1
A library for reading/writing the WZ file format
@perion/wz
/
index.js
8 lines
(6 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
{
WZAES
} =
require
(
'./src/crypto/aes.js'
);
/** * Exports the packet parser and writer, cast *
@module
@perion
/net */
module
.
exports
= {
WZAES
};