UNPKG

@perion/wz

Version:

A library for reading/writing the WZ file format

8 lines (6 loc) 152 B
const {WZAES} = require('./src/crypto/aes.js'); /** * Exports the packet parser and writer, cast * @module @perion/net */ module.exports = {WZAES};